summaryrefslogtreecommitdiff
path: root/lib/dijit/form/templates/CheckBox.html
blob: fd81fc22688c8f0a2cb9c20c149734c01d26f08a (plain)
1
2
3
4
5
6
7
<div class="dijit dijitReset dijitInline" role="presentation"
	><input
	 	${!nameAttrSetting} type="${type}" ${checkedAttrSetting}
		class="dijitReset dijitCheckBoxInput"
		data-dojo-attach-point="focusNode"
	 	data-dojo-attach-event="onclick:_onClick"
/></div>