API reference

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

I

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?: 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.
markInset?: number
Inset of the mark inside the box, in pixels. Default a quarter of size.
size?: number
Edge length of the box, in pixels. Default 20.
Source