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 the customCheckbox parameter is true by default.
To switch to a standard HTML checkbox, set the customCheckbox property to false.