How can I avoid the dojo parser showing a hidden element after it's parsed?
<input type="checkbox" dojoType="dijit.form.CheckBox" style="display:none">
When the dojo parser is done, the dijit
checkbox will be shown, but the input "inside" it, will still be hidden. I want the dojo parser to create the dijit
checkbox, but keep it hidden.