I have problem dealing with unchecking all checkboxes. When I click on a toggle all checkbox, it could check all checkboxes. But if I uncheck the toggle all checkbox, nothin
function uncheckElements() { var uncheck=document.getElementsByTagName('input'); for(var i=0;i