customRadio

enables/disables custom radio button for some skins

boolean customRadio;

Example

{ view:"radio", customRadio:false }


Default value:

true
Details

Webix radio control is based on standard HTML radio, but all the skins use an icon to render it:

Then the value of the customRadio parameter is true by default.

To switch to a standard HTML checkbox, use the customRadio:false setting.

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.