Checkbox Form element that allows users to select one or more options from a set.

Controls
As always, keep it simple.
Optional sizes.
Default state or checked state.
Partial group selected state. This overrides checked/unchecked model.
States will happen automatically when using valid markup. We do include a class to force focused state, but you should avoid using it in your application.

Properties Jump to heading

Class / Token Type
.prs-checkbox Component For <input>
.prs-checkbox-label Component For <label>
.prs-checkbox_indeterminate State Manually apply indeterminate
.prs-checkbox_focus State Manually apply focus