Multiple check/uncheck select box feature is used in many applications. [Solved] Disable the Multiple Checkboxs using Jquery Attribute ... 1) I'm just using a SelectAll checkbox outside the Gallery to both check or uncheck all the internal checkboxes. clear all checkboxes jquery - rpsbhopal.com If you check or uncheck a checkbox now, the color will change. How to check or uncheck a checkbox dynamically using jQuery rebecca fenton wikipedia Your code. As said in Tatu Ulmanen's answer using the follow script will do the job $('input:checkbox').removeAttr('checked'); But, as Blakomen's comment said, after version 1.6 it's better to use jQuery.prop() instead. Here, we are setting up the event listener to listen for the change event of the checkboxes with the class checkme . Select or Deselect All Checkboxes | Kendo UI Grid for jQuery In this tutorial i will demostrate how to check/uncheck multiple checkboxes using Jquery. The prop () method require jQuery 1.6 and above. Copy Code. How to check-uncheck all checkbox With jQuery | TutsCoder How to Check and uncheck all using jQuery and JavaScript How to clear textbox value using jQuery | Learning jQuery Let's see how it was done. You are using a combination of a checkbox and an icon. We can use this feature in various scenarios like selecting multiple records to perform database update or delete. How to reset all checkboxes using jQuery or pure JS?