$(".key").on("change", function(){ $(this).closest('tr').find(':checkbox').not(this).prop('checked', function() { return !this.checked }); });