jQuery :checkbox Selector

jQuery Selectors : Select all <input> elements with type="checkbox"

Definition and Usage

The :checkbox selector selects input elements with type=checkbox.

Syntax

$(":checkbox")