in JavaScript by (32.2k points)
How To Determine The State Of A Checkbox Using Javascript?

1 Answer

0 votes
by (23.9k points)

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

Related questions

0 votes
asked Jun 9, 2022 in JavaScript by sharadyadav1986 (31.6k points)
...