jQuery :checkbox Selector

Example

Hide all <input> elements with type="checkbox":

$(':checkbox')

Try It Yourself

Definition and Usage

:checkbox selector selects <input> elements of type checkbox.

Syntax

$(':checkbox')