A component that allows users to select one option from a set of options.
For more examples, visit the Storybook.
<StudsRadioGroup>
PropsIf true, the radio group will be disabled.
If true, the radio group is required.
The name of the radio group.
The controlled value of the radio group.
The default value of the radio group.
Callback function that is called when the value changes.
The orientation of the radio group.
The direction of the radio group.
If true, the radio group will loop.
If true, the radio group will render as a child component.
<StudsRadioGroupItem>
PropsThe value of the radio group item.
If true, the radio group item will be disabled.
If true, the radio group item is required.
If true, the radio group item will render as a child component.
For more examples, visit the Storybook.
<StudsRadioGroup>
PropsIf true, the radio group will be disabled.
If true, the radio group is required.
The name of the radio group.
The controlled value of the radio group.
The default value of the radio group.
Callback function that is called when the value changes.
The orientation of the radio group.
The direction of the radio group.
If true, the radio group will loop.
If true, the radio group will render as a child component.
<StudsRadioGroupItem>
PropsThe value of the radio group item.
If true, the radio group item will be disabled.
If true, the radio group item is required.
If true, the radio group item will render as a child component.
For more examples, visit the Storybook.
<StudsRadioGroup>
ParametersIf true, the radio group will be disabled.
The name of the radio group.
The controlled value of the radio group.
The default value of the radio group.
Event callback that is triggered when the value changes.
Gets or sets the value property.
Gets or sets the text property.
Gets or sets the disabled property.
Gets or sets the visible property.
Gets or sets the data source.
The orientation of the radio group.
Gets or sets the items of the radio group.
Event callback that is triggered when the value changes.
The expression that represents the value.
Specifies additional custom attributes that will be rendered by the component.
Gets or sets the callback that is invoked when the mouse enters an item.
Gets or sets the callback that is invoked when the mouse leaves an item.
A callback that will be invoked when the user right-clicks the component. Commonly used to display a context menu.
Gets or sets the culture used to display localizable data (numbers, dates). Set by default to “CultureInfo.CurrentCulture”.
Gets or sets the inline CSS style.
Gets or sets a value indicating whether this “T:Studs.StudsComponent” is visible. Invisible components are not rendered.
<StudsRadioGroupItem>
ParametersThe text of the radio group item.
The type of the value.
If true, the radio group item will be disabled.
The attributes of the input element.