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