Updated
This commit is contained in:
7
master/examples/CheckBox.html
Normal file
7
master/examples/CheckBox.html
Normal file
@@ -0,0 +1,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>
|
||||
Reference in New Issue
Block a user