Skip to content

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 propertyTypeDescription
ItemsObject list
Value per itemBindingWhich 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 valueAny
NameText
Read-onlyBoolean
RequiredBoolean

Value

Customization

Our radio group is built with customization in mind. You can define

Examples