API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

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?: boolean
Initial state. Default false.
label?: string
Text drawn beside the control; omitted draws the control alone.
labelGap?: number
Gap between the control and its label, in pixels. Default 8.
Source