SyntaxFix
Write A Post
Hire A Developer
Questions
function setCheckboxValue(checkbox,value) { if (checkbox.checked!=value) checkbox.click(); }