dear all,
var allInputs = dojo.query('input:checkbox', cp);
return all checkboxes from content pane in allinputs array.
allInputs.set("checked",false);//error
undefined is not a function.set statment producing error.please help how to uncheck the checkbox.
thanks in advance..