Documentation

customRadio

enables/disables custom radio button for some skins

boolean customRadio;

Example

{ view:"radio", customRadio:false }

Details

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