$("#isUse").click(function(){ if($(this).is(':checked')){ $(this).attr('checked','checked'); $("#redNum").val($('#redAva').val()); }else{ $(this).attr('checked','checked'); $("#redNum").val(0); } });