RadioGroupProps
Represents the props of the Kendo UI for Vue RadioGroup component.
| Name | Type | Default | Description | 
|---|---|---|---|
| ariaDescribedBy? | 
 | Identifies the element(s) which will describe the component, similar to HTML aria-describedby attribute. For example these elements could contain error or hint message. | |
| ariaLabelledBy? | 
 | Identifies the element(s) which will label the component. | |
| dataItems? | 
 | The collection of radio buttons that will be rendered in the RadioGroup (see example). | |
| defaultValue? | 
 | Sets the default checked state of a radio button when used in
uncontrolled mode (see example).
The  | |
| dir? | 
 | Represents the  | |
| disabled? | 
 | Disable all radio buttons (see example). | |
| item? | 
 | Overrides the default component responsible for visualizing a single item. The default element is  | |
| labelPlacement? | 
 | Sets the label position of the radio buttons.
Accepts two options:  | |
| layout? | 
 | Specifies the radio group layout 'horizontal' or 'vertical'. DEfault is 'horizontal'. | |
| name? | 
 | Specifies the  | |
| onChange? | 
 | The event handler that will be fired when the changes the selected value. | |
| onFocus? | 
 | The event handler that will be fired when Radio button is focused. | |
| valid? | 
 | Overrides the validity state of the component.
If  This property is part of the FormComponentProps interface. | |
| value? | 
 | Sets the default checked state of a radio
button when used in controlled mode (see example).
The  |