$(function(){ $('#agree_check').click(function(){ $('#agree').val(''); if($(this).prop("checked")){ $('#agree').val('1'); } }); });