ttrss/lib/dijit/form/templates/CheckBox.html

8 lines
298 B
HTML
Raw Normal View History

2012-08-14 14:59:10 +00:00
<div class="dijit dijitReset dijitInline" role="presentation"
><input
2013-03-18 06:26:24 +00:00
${!nameAttrSetting} type="${type}" role="${type}" aria-checked="false" ${checkedAttrSetting}
2012-08-14 14:59:10 +00:00
class="dijitReset dijitCheckBoxInput"
data-dojo-attach-point="focusNode"
data-dojo-attach-event="onclick:_onClick"
/></div>