JQuery Check if Checkbox is checked – Simple Solution
For a check box with the id “checkbox”, here is how to check if its checked: $(‘#checkbox’).is(‘:checked’); // Returns True
Read moreFor a check box with the id “checkbox”, here is how to check if its checked: $(‘#checkbox’).is(‘:checked’); // Returns True
Read more