Interface for a class RadioButton
Event trigger when the RadioButton state has been changed by user interaction.
EmitType<Event>
Triggers once the component rendering is completed.
boolean
Specifies a value that indicates whether the RadioButton is checked
or not.
When set to true
, the RadioButton will be in checked
state.
string
Defines class/multiple classes separated by a space in the RadioButton element. You can add custom styles to the RadioButton by using this property.
boolean
Specifies a value that indicates whether the RadioButton is disabled
or not.
When set to true
, the RadioButton will be in disabled
state.
boolean
Defines whether to allow the cross-scripting site or not.
boolean
Enable or disable persisting component’s state between page reloads.
boolean
Enable or disable rendering component in right to left direction.
{ [key: string]: string }
You can add the additional html attributes such as disabled, value etc., to the element. If you configured both property and equivalent html attribute then the component considers the property value.
string
Defines the caption for the RadioButton, that describes the purpose of the RadioButton.
Positions label before
/after
the RadioButton.
The possible values are:
string
Overrides the global culture and localization value for this component. Default global culture is ‘en-US’.
string
Defines name
attribute for the RadioButton.
It is used to reference form data (RadioButton value) after a form is submitted.
string
Defines value
attribute for the RadioButton.
It is a form data passed to the server when submitting the form.