Is there a way to uncheck all boxes at once?I have a 4x4 table of checkboxes and I set all their ID's to "cb". I want to have a button that clears all of them, so I tried doing something like below:\[code\]document.getElementById("cb").checked="false"\[/code\]But on the screen, they still remain checked. Is this possible?