+1 vote
in JavaScript by
How To Determine The State Of A Checkbox Using Javascript?

1 Answer

0 votes
by

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

Related questions

0 votes
asked Jun 9, 2022 in JavaScript by sharadyadav1986
0 votes
asked Jun 9, 2022 in JavaScript by sharadyadav1986
...