Additional CSS classes to add to the control.
Enabled state of the UI element. When the type supports this, the UI element will be disabled when set to false.
The name of the radio group. If not set, the group will get a random name.
Readonly
IdThe id of the UI element.
Name of the UI element. For form fields that would be the name otherwise used for reference only.
Registers a change event handler when the radio button value is changed.
The radio button group which changed.
The radio button elements. You would set either a MEUIRadioButtonItem which supports tooltips or a string.
Additional CSS classes to add to the parent control when supported.
The standard classes of the control. Modify this property only if you know what you are doing.
Tags for the UI element. Used for reference only.
The text direction of the UI element. Defaults to Inherit, meaning it will use the editor default.
Optional
ToolTooltip text of the UI element.
Readonly
TypeThe type of the UI element. Always "RadioGroup".
The currently selected value. Must match the value of one of the options.
Visibility flag of the UI element. When not visible it will be hidden from the UI.
Generated using TypeDoc
Radio button group interface.