$("#checkAll").toggle(function(){ $(".checkbox").attr("checked","checked"); }, function(){ $(".checkbox").removeAttr("checked"); });