How to check if all checkboxes are unchecked. The following should do the trick: var textinputs = document.querySelectorAll('input[type=checkbox]'); ...
確定! 回上一頁