Tools used for this tutorial
jQuery 3.7.1
The following code demonstrates how to check if a checkbox is checked or not.
var checked = $("#myCheckBox").is(":checked");
The following code demonstrates how to check if a checkbox is checked or not.
var checked = $("#myCheckBox").is(":checked");