RadioButtonProps
Represents the props of the Kendo UI for Vue RadioButton component. Extends the native input props.
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. | |
checked? |
|
Specifies if the Radio button is checked. | |
className? |
|
Specifies the class applied to the input element. | |
content? |
|
Sets the item content template of the Radio button component.
Accepts a slot name, a | |
disabled? |
|
Specifies if the Radio button is disabled. | |
id? |
|
Sets the | |
index? |
|
Specifies the current index of the Radio button. | |
item? |
|
Sets the item render template of the Radio button component.
Accepts a slot name, a | |
label? |
|
Sets the label of the Radio button (see example). | |
labelPlacement? |
|
Sets the label position of the Radio button (see example).
Accepts two options: | |
labelRender? |
|
Sets the label render template of the Radio button component.
Accepts a slot name, a | |
name? |
|
Sets the | |
onBlur? |
|
The event handler that will be fired when RadioButton is blurred. | |
onChange? |
|
The event handler that will be fired when the changes the selected value. | |
onFocus? |
|
The event handler that will be fired when RadioButton is focused. | |
size? |
|
|
Configures the The available options are:
|
tabIndex? |
|
Sets the | |
tag? |
|
Sets the | |
valid? |
|
Overrides the validity state of the component.
If This property is part of the FormComponentProps interface. | |
value? |
|
Sets the value to be submitted. |