<input type="checkbox" value="1" id="checkbox1"/> <script> if($('#checkbox1').is(':checked')){ //選中 }else{ //未選中 } </script>