How to Check/Uncheck Multiple Checkboxes Using Jquery

In this tutorial i will demostrate how to check/uncheck multiple checkboxes using Jquery. Multiple check/uncheck select box feature is used in many applications. If you are gmail user then probably you have seen this feature for selecting multiple mails. Let’s first create some checkboxes

In next step what we have to do, if someone clicks on select all checkbox, all checkboxes should be selected. When someone uncheck the select all checkbox then all checkboxes should be unchecked.

Jquery Code to Check/Uncheck Multiple Checkboxes

Next capture click event on select All checkbox

In the next step if you click on select all checkbox, the all the checkbox should be selected

check/uncheck multiple checkboxex Final Script

Tagged , , . Bookmark the permalink.

About WebRewrite

I am technology lover who loves to keep updated with latest technology. My interest field is Web Development.