How To Check A Single Checkbox Is Checked or Not Checked in jQuery

Here the concern is how to check a single checkbox is checked or not in jQuery.



Its very simple, we have to use the prop() method to achieve this. See the below example