if ( $("#checkboxID").prop('checked') == true) { alert("Checkbox checked"); }
체크 박스 객체에는 checked라는 속성이 있습니다. jquery로 검사하여 사용자가 체크 상자를 선택했는지 확인합니다.
jQuery API