API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceCheckableOptions
@codexo/exojs / ui / stable
Options shared by the two-state controls (Checkbox, Toggle).
4
props
0
methods
0
events
Import
import { CheckableOptions } from '@codexo/exojs'Options shared by the two-state controls (Checkbox, Toggle).
Properties4
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.
Text style overrides on top of the skin's.
Source