Action
onComputed
errorComputed
valueValue of the radio button
Optional
opt: { id?: string | boolean; name?: string }Optional
id?: string | boolean[Override] ID of the input element.
true
: Use the field ID as the ID.false
: No ID.string
: Use the given string as the ID.Optional
name?: string[Override] Name attribute of the input element
Binding for radio button input elements
Key features: