jQuery | How to Check if Checkbox Checked using 2 Ways
In jQuery, a Checkbox’s state can be checked using prop() method and :checked selector. The following are the detailed discussions on How to check checkbox status using jQuery prop() method and by using :checked selector.