<?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 Options - Adding Spacing</title><link>https://community.appian.com/discussions/f/user-interface/17850/radio-button-options---adding-spacing</link><description>I have a radio button with 3 options in a &amp;quot;COMPACT&amp;quot; choiceLayout. I am trying to add whitespace between each radio button value to make the selection less dense. 
 I have tried padding with whitespace, e.g., choiceLabels:{&amp;quot;Option 1 &amp;quot;,...} but Appian trims</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Radio Button Options - Adding Spacing</title><link>https://community.appian.com/thread/115004?ContentTypeID=1</link><pubDate>Mon, 26 Jun 2023 05:55:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c0c6b162-f496-4e37-84ae-af89a0b5dde3</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;You can add it in choiceLabels.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio Button Options - Adding Spacing</title><link>https://community.appian.com/thread/115003?ContentTypeID=1</link><pubDate>Mon, 26 Jun 2023 05:53:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f21eed46-f7e2-4921-92d3-14d45642e29f</guid><dc:creator>anoushkag1515</dc:creator><description>&lt;p&gt;Can you share the code where you used this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio Button Options - Adding Spacing</title><link>https://community.appian.com/thread/70291?ContentTypeID=1</link><pubDate>Sat, 02 Nov 2019 06:53:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1cd956e2-0a46-4c66-a6bb-57b63850a190</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Cheers!&amp;nbsp;&amp;nbsp;&lt;a href="https://emojipedia.org/clinking-glasses/"&gt;&lt;/a&gt;&lt;span class="emoticon" data-url="https://community.appian.com/cfs-file/__key/system/emoji/1f942.svg" title="Champagne glass"&gt;&amp;#x1f942;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio Button Options - Adding Spacing</title><link>https://community.appian.com/thread/70263?ContentTypeID=1</link><pubDate>Thu, 31 Oct 2019 13:45:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e04902c8-c43b-41af-a95b-ad065e8866d5</guid><dc:creator>Evan Rust</dc:creator><description>&lt;p&gt;Thank you - the char(0160) worked...the other char()s I used for whitespace did not.&amp;nbsp; This is good to know!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio Button Options - Adding Spacing</title><link>https://community.appian.com/thread/70256?ContentTypeID=1</link><pubDate>Thu, 31 Oct 2019 06:24:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f8e70da3-a6ed-45e7-a446-427be52bdd58</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;Evan,&lt;br /&gt;You can do this by adding an invisible character at the end of labels. Appian does not trim it. Get that character from here &amp;quot;&amp;nbsp;&amp;quot; or use ALT+0160. Even though it is a hack, it will work.&lt;br /&gt;P.S. It might also work with char(0160) function.&lt;br /&gt;-Harshit&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio Button Options - Adding Spacing</title><link>https://community.appian.com/thread/70251?ContentTypeID=1</link><pubDate>Thu, 31 Oct 2019 00:48:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:80a894b6-cea0-40f3-9faf-136b8bda8e85</guid><dc:creator>Evan Rust</dc:creator><description>&lt;p&gt;Hi John,&lt;/p&gt;
&lt;p&gt;Here is an example.&amp;nbsp; I would like the options to have more space between them--not trying to line them up with anything else&lt;/p&gt;
&lt;p&gt;My component is:&lt;/p&gt;
&lt;p&gt;a!radioButtonField(&lt;br /&gt; label:&amp;quot;Test Field&amp;quot;,&lt;br /&gt; choiceLabels:{&amp;quot;Option 1&amp;quot;,&amp;quot;Option 2&amp;quot;,&amp;quot;Option 3&amp;quot;},&lt;br /&gt; choiceValues:{1,2,3},&lt;br /&gt; choiceLayout: &amp;quot;COMPACT&amp;quot;&lt;br /&gt; )&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And it looks like:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/13/radio.PNG" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio Button Options - Adding Spacing</title><link>https://community.appian.com/thread/70250?ContentTypeID=1</link><pubDate>Wed, 30 Oct 2019 22:19:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3b35a609-bdaf-4574-80d7-daaf85eef1bb</guid><dc:creator>John Rogers</dc:creator><description>&lt;p&gt;I agree that it&amp;#39;s probably not worth the hassle to put them in a side-by-side layout.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Can you share what you&amp;#39;re trying to accomplish (or the screen itself if possible)? Is this because you want it look better, are you trying to make the options line up with something else, etc.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>