$("input:checkbox").prop("checked", function(index, oldValue){ return !oldValue; });
function allCkb(items){ $('[name='+items+']:checkbox').attr("checked", true); }