jQuery 선택기 참조 매뉴얼
type="checkbox"의 모든 <input> 요소를 숨기기:
$(':checkbox')
직접 시도해 보세요
:checkbox 선택기는 checkbox 타입의 <input> 요소를 선택합니다.