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