Radio Group
A set of checkable buttons—known as radio buttons—where no more than one of the buttons can be checked at a time.
Properties
Name of property | Type | Description |
---|---|---|
Items | Object list | |
Value per item | Binding | Which object property is the designated value of the radio input. The value attribute defines the unique value associated with each radio button. The value is not shown to the user, but is the value that is sent to the server on "submit" to identify which radio button that was selected. |
Initial value | Any | |
Name | Text | |
Read-only | Boolean | |
Required | Boolean |
Value
Customization
Our radio group is built with customization in mind. You can define