Radio Buttons
Props
Name
Type
modelValue
name
string | null
options
Array<{ value: string; label: string; disabled?: boolean }>
Events
Name
Payload
update:modelValue
string
Fired after the selection has been changed
Slots
Name
Payload
label
{ option: { label: string, value: string, disabled: boolean } }
Use this slot to overwrite the default rendering of an option label