Demonstration and configuration of the Radzen Blazor RadioButtonList component.
As all Radzen Blazor input components the RadioButtonList has a Value property which gets and sets the value of the component. Use @bind-Value
to get the user input.
Value property can be used to set the value of the component and Change
event to get the user input.
RadioButtonList layout can be configured via various properties for position and alignment such as Orientation
, AlignItems
, and JustifyContent
. The behavior is similar to RadzenStack.
The following keys or key combinations provide a way for users to navigate and interact with Radzen Blazor RadioButtonList component.
Press this key | To do this |
---|---|
Tab | Navigate to a RadioButtonList item. |
Shift + Tab | Navigate to a previous RadioButtonList item. |
Space or Enter | Select a focused RadioButtonList item. |
Radzen Blazor Components, © 2018-2025 Radzen.
Source Code licensed under
MIT