Documentation

customCheckbox

enables/disables custom checkbox in some skins

boolean customCheckbox;

Example

{ view:"checkbox", customCheckbox:false}

Details

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