+2
How to know which radio button is checked out which checkboxes are checked??
4/6/2019 8:54:43 AM
2 Answers
myElem.checked should return true or false depending on whether or not the element is checked. https://code.sololearn.com/WOo8o4mR07T6/?ref=app
+3
Thanks, but what about radio buttons??
Send us a message