]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/form/templates/CheckBox.html
Merge branch 'master' of git://github.com/falu/Tiny-Tiny-RSS into falu-master
[tt-rss.git] / lib / dijit / form / templates / CheckBox.html
1 <div class="dijit dijitReset dijitInline" role="presentation"
2 ><input
3 ${!nameAttrSetting} type="${type}" role="${type}" aria-checked="false" ${checkedAttrSetting}
4 class="dijitReset dijitCheckBoxInput"
5 data-dojo-attach-point="focusNode"
6 data-dojo-attach-event="onclick:_onClick"
7 /></div>