This will create radio-button control.
Object defining html attributes for controls root element.
Callback that is called when radio button is selected/unselected.
Callback that will be called when control is clicked.
Object defining css styles for controls root element.
If true control will be enabled if false control will be disabled (inactive).
Group name for grouping multiple radio button controls.
Adds tooltip icon, that will show this tooltip text.
Reference id of the control, it will be used to reference this control in the code throuth FieldsIndex objects.
If true this control definition will be ignored and control will not be initiated.
Callback that will be called when control is initialised.
HTML value attribute for this control.
Radio button label.
Style class to add on root element of the control.
HTML title attribute of this control.
If true radio button will be selected else unselected. (default: false)
Set initial visibility of control. (default: true)
This will create radio-button control.