<?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>Hello i am using the event rules specifically click wherein i am using a radio b</title><link>https://community.appian.com/discussions/f/rules/1017/hello-i-am-using-the-event-rules-specifically-click-wherein-i-am-using-a-radio-b</link><description>Hello i am using the event rules specifically click wherein i am using a radio box with two option sand on click of each a separate section is to appear .I am getting stuck at a point where i want to select both options and see both sections . Can you</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Hello i am using the event rules specifically click wherein i am using a radio b</title><link>https://community.appian.com/thread/3409?ContentTypeID=1</link><pubDate>Thu, 01 Aug 2013 14:59:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:16b16350-df40-46d2-b37e-d6e286eedc7d</guid><dc:creator>Srinivasan</dc:creator><description>We generally use checkbox for multi selection.  If you want to use check box for your usecase then try the below js code.&lt;br /&gt;&lt;br /&gt;function checkCheckBoxValues(checkId,hiddenId)&lt;br /&gt;{&lt;br /&gt;&lt;br /&gt;/*hiddenId contains the section ids to be show/hide*/&lt;br /&gt;&lt;br /&gt;var x= document.getElementsByName(checkId);&lt;br /&gt;&lt;br /&gt;var a = FormAPI.getValue(hiddenId).id;&lt;br /&gt;var b = new Array();&lt;br /&gt;c=a.split(&amp;quot;;&amp;quot;);&lt;br /&gt;&lt;br /&gt;var count = 0;&lt;br /&gt;for (var i=0;i&amp;lt;x.length;i++)&lt;br /&gt;{&lt;br /&gt;if(x[i].checked == true)  &lt;br /&gt;FormAPI.show(c[i]);&lt;br /&gt;else&lt;br /&gt;FormAPI.hide(c[i]);&lt;br /&gt;}&lt;br /&gt;}&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>