Home »

How to determine the state of a checkbox using Javascript?

Question ListCategory: JavascriptHow to determine the state of a checkbox using Javascript?
adamemliy16 author asked 8 years ago
1 Answers
jeanderson295 author answered 8 years ago

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

Please login or Register to Submit Answer