$('#choose_address2').click(function(){ $('.toggle').each(function(){ $(this).prop('checked', !$(this)[0].checked); }) })