jQuery Selector Reference Manual
Hide all <input> elements with type="checkbox":
$(':checkbox')
Try It Yourself
:checkbox selector selects <input> elements of type checkbox.