enables/disables custom radio button for some skins
{ view:"radio", customRadio:false }
Webix radio control is based on standard HTML radio, but some skins use a FontAwesome icon to render it. Then the value of customRadio parameter is true by default.
To switch to a standard HTML checkbox, use customRadio property.
Back to top