]> git.wh0rd.org - tt-rss.git/blame - lib/dijit/form/templates/CheckBox.html
lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1
[tt-rss.git] / lib / dijit / form / templates / CheckBox.html
CommitLineData
1354d172
AD
1<div class="dijit dijitReset dijitInline" role="presentation"
2 ><input
f0cfe83e 3 ${!nameAttrSetting} type="${type}" role="${type}" aria-checked="false" ${checkedAttrSetting}
1354d172
AD
4 class="dijitReset dijitCheckBoxInput"
5 data-dojo-attach-point="focusNode"
6887a0f5 6 data-dojo-attach-event="ondijitclick:_onClick"
1354d172 7/></div>