Element of type Radio
Attribute | Description | Type |
---|---|---|
type | The type of the element | string ("radio") |
groupValue | The value group of the radio | string |
value | The value of the radio | string |
autofocus | Whether the radio will be selected initially. | boolean |
materialTapTargetSize | Configures the minimum size of the tap target. | string ("shrinkWrap", "padded") |
onPressed | Basic Listener | |
style | Element of type RadioStyle | Radio Style |
toggleable | Whether the radio is allowed to go from checked to unchecked when clicking on it. | boolean |