$('#puF4').val(0); $('#check').change(function() { $('#puF4').val( $(this).is(':checked') ? 1 : 0 ); });