ComponentsCheckbox

CheckBox

A Checkbox is a mechanism that allows the user to select one or more options. Usually used in a Checkbox Group to present the user with a range of options from which the user <b>may select any number of options</b> to complete their task. It can also be used individually to represent the toggle of a single option, when the Toggle Switch and Toggle Button aren't more appropriate.

GitHub LogoSource Code

States

This is invalid!

Controlled

Controlled checkbox. Clicking the Checkbox 1 does nothing, while clicking Checkbox 2 changes both inputs.