]> git.wh0rd.org - tt-rss.git/blobdiff - lib/dijit/form/templates/CheckBox.html
upgrade dojo to 1.8.3 (refs #570)
[tt-rss.git] / lib / dijit / form / templates / CheckBox.html
index fd81fc22688c8f0a2cb9c20c149734c01d26f08a..a9c99b53b6a926f721ced5bf19fe198934094f11 100644 (file)
@@ -1,6 +1,6 @@
 <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"