Navigation & Inputs · Inputs & Forms
Checkbox
also known as Check box, Tick box
A checkbox lets users turn an option on or off independently, so they can select zero, one, or many from a list. Each checkbox is standalone, making it right for non-exclusive choices. It typically requires submitting a form for the choices to take effect.
See it live — shadcn/ui · MUI · Ant Design
Don't confuse it with
Checkboxes allow multiple, independent selections and usually apply on submit; radio buttons force exactly one choice from a group; a toggle switch is for a single on/off setting that applies immediately.
In the wild
'I agree to the terms' or a list of 'Email me about...' options.