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 the customRadio parameter is true by default.
To switch to a standard HTML checkbox, use the customRadio:false setting.
Back to top