Skip to content

How to Check Uncheck All Checkboxes Using Jquery

This post is about Checking and Un-Checking all the check boxes with one single click. Below is the Sample code to Check or Unchecked All Check boxes Using JQuery.

$(“:checkbox”) selector is used to select all the check boxes in the page,after selecting we set the checked attribute as true or false to perform the checked and unchecked operation based on the provided condition(event – here click event).



      



Check All 
Uncheck All

One
Two
Three
Four
Five
Six
0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments