Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: How to determine the state of a checkbox using Javascript?
Answer: var checkedP = window.document.getElementById("myCheckBox").checked;
Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook