API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceCheckboxOptions
@codexo/exojs / ui / stable
Options for Checkbox.
6
props
0
methods
0
events
Import
import { CheckboxOptions } from '@codexo/exojs'Options for Checkbox.
Properties6
checked?: booleanInitial state. Default false.
label?: stringText drawn beside the control; omitted draws the control alone.
labelGap?: numberGap between the control and its label, in pixels. Default 8.
markInset?: numberInset of the mark inside the box, in pixels. Default a quarter of size.
size?: numberEdge length of the box, in pixels. Default 20.
Text style overrides on top of the skin's.
Source