Skip to main content

Radio



Development

Examples

Basic

PreviewAngularReactVueJavaScript

Disabled

PreviewAngularReactVueJavaScript

Group

PreviewAngularReactVueJavaScript

Validation

PreviewAngularReactVueJavaScript

API

Properties

Name
Description and specifications
checked
Checked state of the radio component
Attribute:
checked
Type:
boolean
Default:
false
disabled
Disabled state of the radio component
Attribute:
disabled
Type:
boolean
Default:
false
label
Label for the radio component
Attribute:
label
Type:
string | undefined
name
Name of the radio component
Attribute:
name
Type:
string | undefined
value
Value of the radio component
Attribute:
value
Type:
string | undefined

Events

Name
Description and specifications
checkedChange
Event emitted when the checked state of the radio changes
Detail:
boolean
valueChange
Event emitted when the value of the radio changes
Detail:
string