Answers for "how to create js function to checking checkbox"

8

dom check a checkbox

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

Code answers related to "how to create js function to checking checkbox"

Code answers related to "Javascript"

Browse Popular Code Answers by Language