How to determine the state of a checkbox using Javascript?

Correct Answer: var checkedP = windowdocumentgetElementById("myCheckBox")checked;

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion