$('#c1').on('change',function(){ if ($(this).is(':checked')) { $('#c2').prop('checked','checked'); }else{ $('#c2').removeProp('checked'); }})