$('.button_sub').click(function(){ if ($('#chb1').is(':checked'){ $('#chb2').attr('checked','checked'); } }