$("input:checkbox").change(function() { $(this).parent().parent().find("input").prop({"checked": this.checked }) });