<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Cannot check a checkbox in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/cannot-check-a-checkbox/m-p/1897729#M554655</link>
    <description>&lt;P&gt;Hmm interesting Jim. Here is link showing that my inputs are working: &lt;A href="http://i.imgur.com/nESLAfo.gifv" title="http://i.imgur.com/nESLAfo.gifv"&gt;Imgur&lt;/A&gt; and here is an image of what my code looks like:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/50558i36FB6FDF5279FED9/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I would make sure that you have placed the widget that you are editing into the correct page that you are viewing. I know that has confused me before. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Best,&lt;BR /&gt; &amp;nbsp; Phil E.&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 09 Nov 2016 14:20:44 GMT</pubDate>
    <dc:creator>philengles</dc:creator>
    <dc:date>2016-11-09T14:20:44Z</dc:date>
    <item>
      <title>Cannot check a checkbox</title>
      <link>https://www.servicenow.com/community/developer-forum/cannot-check-a-checkbox/m-p/1897726#M554652</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New to the widget creation and service portal, hoping you could help me out here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list that shows a bunch of options and descriptions from a table we created in ServiceNow. &amp;nbsp; I added a check box, and I cannot check the check box at all. &amp;nbsp; Any idea why I wouldn't be able to select anything?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the html involved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_macro_quote jive_text_macro" data-renderedposition="197.98828125_7.98828125_1170_340"&gt;&lt;P&gt;&amp;lt;div class= "panel panel-default"&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;div class="panel-heading"&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; Mobile Device Options&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;lt;div class="list-group"&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;a class="list-group-item" ng-repeat="mobile in c.data.mobileOptions"&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input class="pull-left" type="checkbox"}&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;div class= "m-l-lg"&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;b class="text-primary"&amp;gt;{{mobile.option}}&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {{mobile.notes}}&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;lt;div ng-if="c.data.mobileOptions.length == 0" class="b-t wrapper text-center"&amp;gt;No Options&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Nov 2016 17:58:03 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/cannot-check-a-checkbox/m-p/1897726#M554652</guid>
      <dc:creator>jimnicholson</dc:creator>
      <dc:date>2016-11-08T17:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot check a checkbox</title>
      <link>https://www.servicenow.com/community/developer-forum/cannot-check-a-checkbox/m-p/1897727#M554653</link>
      <description>&lt;P&gt;Hi Jim,&lt;BR /&gt; &amp;nbsp; It looks as though this line: ( &lt;SPAN style="color: #666666; font-family: arial, sans-serif; background-color: #f6f6f6;"&gt;&amp;lt;input class="pull-left" type="checkbox"}&amp;gt;&lt;/SPAN&gt; ) has an extra "}" in it. I just tested and that was your issue, since you said you are new to portal here is nice library to help out with some missing pieces : &lt;A href="https://github.com/service-portal/documentation" title="https://github.com/service-portal/documentation"&gt;GitHub - service-portal/documentation: Here you will find unofficial documentation for the ServiceNow Service Portal tec…&lt;/A&gt; &amp;nbsp; &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Best Regards,&lt;BR /&gt; &amp;nbsp; &amp;nbsp; Philip Engles&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN&gt; &amp;nbsp; &lt;/SPAN&gt;&lt;A title="k-email-small" class="jive-link-email-small" href="mailto:philip.engles@techport13.com"&gt;philip.engles@techport13.com&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/50561i3BC4E0104A1E88D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Nov 2016 20:53:32 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/cannot-check-a-checkbox/m-p/1897727#M554653</guid>
      <dc:creator>philengles</dc:creator>
      <dc:date>2016-11-08T20:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot check a checkbox</title>
      <link>https://www.servicenow.com/community/developer-forum/cannot-check-a-checkbox/m-p/1897728#M554654</link>
      <description>&lt;P&gt;Thank you for the documentation, it's very odd, I removed the extra } and it's still not allowing me to select anything. &amp;nbsp; Not sure what's going on but I'll look through your link you provided as well.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2016 14:11:32 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/cannot-check-a-checkbox/m-p/1897728#M554654</guid>
      <dc:creator>jimnicholson</dc:creator>
      <dc:date>2016-11-09T14:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot check a checkbox</title>
      <link>https://www.servicenow.com/community/developer-forum/cannot-check-a-checkbox/m-p/1897729#M554655</link>
      <description>&lt;P&gt;Hmm interesting Jim. Here is link showing that my inputs are working: &lt;A href="http://i.imgur.com/nESLAfo.gifv" title="http://i.imgur.com/nESLAfo.gifv"&gt;Imgur&lt;/A&gt; and here is an image of what my code looks like:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/50558i36FB6FDF5279FED9/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I would make sure that you have placed the widget that you are editing into the correct page that you are viewing. I know that has confused me before. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Best,&lt;BR /&gt; &amp;nbsp; Phil E.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2016 14:20:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/cannot-check-a-checkbox/m-p/1897729#M554655</guid>
      <dc:creator>philengles</dc:creator>
      <dc:date>2016-11-09T14:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot check a checkbox</title>
      <link>https://www.servicenow.com/community/developer-forum/cannot-check-a-checkbox/m-p/1897730#M554656</link>
      <description>&lt;P&gt;Very helpful! &amp;nbsp; Thank you. &amp;nbsp; I added in the container and it works like a charm. &amp;nbsp; I really appreciate the assistance, thank you!&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2016 14:52:10 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/cannot-check-a-checkbox/m-p/1897730#M554656</guid>
      <dc:creator>jimnicholson</dc:creator>
      <dc:date>2016-11-09T14:52:10Z</dc:date>
    </item>
  </channel>
</rss>

