Answers

Question and Answer:

  Home  Expert JavaScript Developer

⟩ How to determine the state of a checkbox using JavaScript?

Determining the state of a checkbox in JavaScript

var checkedP = window.document.getElementById("myCheckBox").checked;

 188 views

More Questions for you: