IsRadio: boolean
The IsRadio property determines whether radio button mode is enabled.
If this property is set to True radio button mode is active, when the property is False buttons are selected as checkbox controls. By default this property is set to True.
This property can be set from JSON or using the setIsRadio method, and returned using the getIsRadio method. Parameter of the setIsRadio button indicates if the radio button mode is enabled.
The example of property use is given on the Example of Creating the EaxToolBar Component page.
See also: