Form Checkbox
Overview
When to use
The checkbox can be used if a data set contains a list of multiple, simple yes or no statements. For example, if the user has multiple options available and has to pick on or more options as true or volitional.
When to consider an alternative
If the user is toggling between features and is able to turn them on or off.
Component
Default
Disabled
Loud
Properties
Property | Type | Required | Default |
---|---|---|---|
utilClassNames | String | false | - |
disabled | Bool | false | - |
label | Node | false | - |
name | String | true | - |
value | String | true | - |
checked | Bool | false | - |
onChange | Func | false | - |
required | Bool | false | - |
loud | Bool | false | - |