<input name="send_copy" type="checkbox" value="ON" id="send_copy"> <script src="http://code.jquery.com/jquery-latest.min.js"></script> <script> alert( $("#send_copy").val() ) </script>