<?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>Fitnesse : How to select the Checkbox inside grid ?</title><link>https://community.appian.com/discussions/f/general/11191/fitnesse-how-to-select-the-checkbox-inside-grid</link><description>Hi All, 
 I want to select checkbox which is present inside grid . I tried using below methods but it didn&amp;#39;t help : 
 1) | click on grid | GRID_NAME or GRID_NAME[INDEX] or [GRID_INDEX] | column | COLUMN_NAME or [COLUMN_INDEX] | row | [ROW_INDEX] | 
 2</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Fitnesse : How to select the Checkbox inside grid ?</title><link>https://community.appian.com/thread/75172?ContentTypeID=1</link><pubDate>Thu, 02 Jul 2020 22:40:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ec3c640f-43e2-4474-ae71-3b5c7bc42a36</guid><dc:creator>RyanB</dc:creator><description>&lt;p&gt;This was exactly what I needed; worked like a charm. Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse : How to select the Checkbox inside grid ?</title><link>https://community.appian.com/thread/69698?ContentTypeID=1</link><pubDate>Wed, 02 Oct 2019 19:10:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9402dfc4-eb2f-4688-ba0e-02fd6d93bd00</guid><dc:creator>amjadk0001</dc:creator><description>&lt;p&gt;|click on checkbox option|[1] |&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse : How to select the Checkbox inside grid ?</title><link>https://community.appian.com/thread/53583?ContentTypeID=1</link><pubDate>Thu, 22 Mar 2018 14:46:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:25aaf255-37f0-4fde-9540-ee4cbd7af9c7</guid><dc:creator>maxn</dc:creator><description>&lt;p&gt;I had the same issue, it was resolved with:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;| populate grid | [GRID_INDEX] | column | COLUMN_NAME| row | [ROW_INDEX] | with value | &amp;nbsp;|&lt;span style="font-family:helvetica;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse : How to select the Checkbox inside grid ?</title><link>https://community.appian.com/thread/49143?ContentTypeID=1</link><pubDate>Thu, 05 Oct 2017 19:39:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a4b0d646-1042-4ce8-b136-e11dac6cd451</guid><dc:creator>codys</dc:creator><description>&lt;p&gt;Here is a simple recipe I wrote that you can copy and paste into the interface designer.&lt;/p&gt;
&lt;pre&gt;load(
  local!data: {
    {name: &amp;quot;Chairs&amp;quot;, flag: false},
    {name: &amp;quot;Laptops&amp;quot;, flag: true},
    {name: &amp;quot;Desks&amp;quot;, flag: false}
  },
  a!gridLayout(
    instructions: local!data,
    headerCells: {
      a!gridLayoutHeaderCell(label: &amp;quot;Name&amp;quot;),
      a!gridLayoutHeaderCell(label: &amp;quot;Flag&amp;quot;)
    },
    columnConfigs: {
      a!gridLayoutColumnConfig(
        width: &amp;quot;DISTRIBUTE&amp;quot;
      ),
      a!gridLayoutColumnConfig(
        width: &amp;quot;ICON&amp;quot;
      )
    },
    rows: a!forEach(local!data,
      a!gridRowLayout(
        contents: {
          a!textField(
            value: fv!item.name,
            readOnly: true
          ),
          a!checkBoxField(
            choiceLabels: {&amp;quot;&amp;quot;},
            choiceValues: {true},
            value: if(fv!item.flag, {true}, null),
            saveInto: a!save(fv!item.flag, if(save!value, true, false)),&lt;br /&gt;            align: &amp;quot;CENTER&amp;quot;
          )
        }
      )
    )
  )
)
    
&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse : How to select the Checkbox inside grid ?</title><link>https://community.appian.com/thread/49107?ContentTypeID=1</link><pubDate>Thu, 05 Oct 2017 10:40:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:17deea8c-6eb4-491d-9393-f30eff1e9c78</guid><dc:creator>venkateshs329</dc:creator><description>Can please share the code&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse : How to select the Checkbox inside grid ?</title><link>https://community.appian.com/thread/49106?ContentTypeID=1</link><pubDate>Thu, 05 Oct 2017 10:31:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3f7380e0-caca-4978-b1fc-d1ab22aeed92</guid><dc:creator>harishkumart</dc:creator><description>Hi Anu, This is some thing we tried alot to achieve but could not find a way to do that. We were able to click on the check boxes if they are placed in the very first column and if the grid is not selectable  by using the same grid selection method. But we could not find a way to check in the middle of the row.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>