$("#sct :checkbox").each(function(i, e) { e.checked ? e.setAttribute("checked", "checked") : e.removeAttribute("checked"); });