Selector jQuery :checkbox

Ejemplo

Ocultar todos los elementos <input> de tipo type="checkbox":

$(':checkbox')

Prueba por ti mismo

Definición y uso

El selector :checkbox selecciona elementos <input> de tipo checkbox.

Sintaxis

$(':checkbox')