Answers for "how use checkbox in html with the use of javascript"

11

dom check a checkbox

document.getElementById("myCheck").checked = true;
Posted by: Guest on March-01-2021

Code answers related to "how use checkbox in html with the use of javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language