dijit.form.ToggleButton.checked
dojo.require("dijit.form.Button");
defined in dijit/form/Button.js
Corresponds to the native HTML element's attribute. In markup, specified as "checked='checked'" or just "checked". True if the button is depressed, or the checkbox is checked, or the radio button is selected, etc.