For a check box with the id “checkbox”, here is how to check if its checked:
$('#checkbox').is(':checked'); // Returns True if checked else False
For a check box with the id “checkbox”, here is how to check if its checked:
$('#checkbox').is(':checked'); // Returns True if checked else False