<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Radio Button Position</title><link>https://community.appian.com/discussions/f/user-interface/17308/radio-button-position</link><description>It is possible to put all the options on the same line? 
 Not like this: 
 
 Something like this, but with one field to control the values:</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Radio Button Position</title><link>https://community.appian.com/thread/68245?ContentTypeID=1</link><pubDate>Thu, 18 Jul 2019 11:31:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cd264362-c525-43e7-832d-f116b296ccdb</guid><dc:creator>ankuraggarwal</dc:creator><description>&lt;p&gt;By default the values for &amp;#39;choiceLayout&amp;#39; are &amp;#39;STACKED&amp;#39;. You can also put everything in one line Label on the same line as Options by using &amp;#39;labelPosition&amp;#39;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:&amp;#39;Appian Open Sans&amp;#39;, sans-serif;font-size:13.0004px;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt; as &amp;#39;ADJACENT&amp;#39; or &amp;#39;JUSTIFIED&amp;#39;.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio Button Position</title><link>https://community.appian.com/thread/68209?ContentTypeID=1</link><pubDate>Wed, 17 Jul 2019 07:35:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2d21e584-df99-428c-8cb4-0caaa0d2ca88</guid><dc:creator>Jayapriya Muthu</dc:creator><description>&lt;p&gt;Hi, Please change the ChoiceLayout as&amp;nbsp;&amp;quot;COMPACT&amp;quot; then you will get all the values in same line.&lt;/p&gt;
&lt;p&gt;Example:{&lt;br /&gt; a!radioButtonField(&lt;br /&gt; label: &amp;quot;Language&amp;quot;,&lt;br /&gt; labelPosition: &amp;quot;ABOVE&amp;quot;,&lt;br /&gt; choiceLabels: {&amp;quot;English&amp;quot;, &amp;quot;Spanish&amp;quot;,&amp;quot;French&amp;quot;},&lt;br /&gt; choiceValues: {1, 2, 3},&lt;br /&gt; saveInto: {},&lt;br /&gt; choiceLayout: &amp;quot;COMPACT&amp;quot;,&lt;br /&gt; validations: {}&lt;br /&gt; )&lt;br /&gt;}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>