customCheckbox

defines the type of the checkbox

boolean customCheckbox;

Example

{ view:"checkbox", customCheckbox:false }


Default value:

true
Details

Webix checkbox control is based on standard HTML checkbox, but all the skins use either a Font Awesome or Material Design icon to render it. To switch to a standard HTML checkbox, set the customCheckbox property to false.

See also
  • Articles
  • Back to top