Radio
Allows you to select a value from a set.
Example
Theme
Props
Name | Type | Default value | Description |
---|---|---|---|
checked | string | false | Should equals the value if you want it to be checked. |
id | string | null | The id of the current element. |
name | string | null | The name attribute is used to reference form data after a form is submitted. Numerous radio with the same name value will be in the same group. |
onChange | func | null | Gets called when the value of the radio changes. |
value | string | null | The value attribute of the radio. This attribute has meaning when submitting a form. |