RadioGroupProps
Represents the props of the KendoReact 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. jsx
| |
ariaLabelledBy? |
|
Identifies the element(s) which will label the component. jsx
| |
className? |
|
Specifies a list of CSS classes that will be added to the RadioGroup element. jsx
| |
data? |
|
The collection of radio buttons that will be rendered in the RadioGroup (see example). jsx
| |
defaultValue? |
|
Sets the default checked state of a radio button when used in uncontrolled mode (see example).
The jsx
| |
dir? |
|
Represents the jsx
| |
disabled? |
|
Disable all radio buttons (see example). jsx
| |
id? |
|
Specifies the value of the jsx
| |
item? |
|
Overrides the default component responsible for visualizing a single item. The default element is jsx
| |
labelPlacement? |
|
Sets the label position of the radio buttons.
Accepts two options: jsx
| |
layout? |
|
Specifies the radio group layout. jsx
| |
name? |
|
Specifies the jsx
| |
onChange? |
|
The event handler that will be fired when the changes the selected value. jsx
| |
onFocus? |
|
The event handler that will be fired when Radio button is focused. jsx
| |
style? |
|
Sets additional CSS styles to the radio group. jsx
| |
valid? |
|
Overrides the validity state of the component.
If This property is part of the FormComponentProps interface. jsx
| |
value? |
|
Sets the default checked state of a radio button when used in controlled mode (see example).
The jsx
|