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