]> git.wh0rd.org - tt-rss.git/blobdiff - 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
index fd81fc22688c8f0a2cb9c20c149734c01d26f08a..5122fe2aac1e8dcc57f62ac49a30b6d0cd18021a 100644 (file)
@@ -1,7 +1,7 @@
 <div class="dijit dijitReset dijitInline" role="presentation"
        ><input
-               ${!nameAttrSetting} type="${type}" ${checkedAttrSetting}
+               ${!nameAttrSetting} type="${type}" role="${type}" aria-checked="false" ${checkedAttrSetting}
                class="dijitReset dijitCheckBoxInput"
                data-dojo-attach-point="focusNode"
-               data-dojo-attach-event="onclick:_onClick"
+               data-dojo-attach-event="ondijitclick:_onClick"
 /></div>