Element of type Checkbox
Attribute | Description | Type |
---|---|---|
type | The identifier of the component | string ("checkbox") |
value | The default state of the checkbox | boolean |
autofocus | Whether the checkbox is focused initially. | boolean |
materialTapTargetSize | Element of type MaterialTapTargetSize | string ("shrinkWrap", "padded") |
onPressed | Basic Listener | |
style | Element of type CheckboxStyle | CheckboxStyle |
tristate | Whether the checkbox can have 3 states. | boolean |