Skip to content

UICheckbox

Defined in: ui/src/UICheckbox.ts:13

Interactive checkbox with optional label.

new UICheckbox(props): UICheckbox

Defined in: ui/src/UICheckbox.ts:31

UICheckboxProps

UICheckbox

readonly container: Container

Defined in: ui/src/UICheckbox.ts:14


readonly yogaNode: Node

Defined in: ui/src/UICheckbox.ts:15

UIElement.yogaNode

get checked(): boolean

Defined in: ui/src/UICheckbox.ts:107

boolean


get displayObject(): Container

Defined in: ui/src/UICheckbox.ts:17

Container

UIElement.displayObject


get visible(): boolean

Defined in: ui/src/UICheckbox.ts:98

boolean

set visible(v): void

Defined in: ui/src/UICheckbox.ts:102

boolean

void

UIElement.visible

destroy(): void

Defined in: ui/src/UICheckbox.ts:156

void

UIElement.destroy


setDisabled(v): void

Defined in: ui/src/UICheckbox.ts:111

boolean

void


update(props): void

Defined in: ui/src/UICheckbox.ts:118

Record<string, unknown>

void

UIElement.update