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:102

boolean


get displayObject(): Container

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

Container

UIElement.displayObject


get visible(): boolean

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

boolean

set visible(v): void

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

boolean

void

UIElement.visible

destroy(): void

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

void

UIElement.destroy


setDisabled(v): void

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

boolean

void


update(p): void

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

Partial<UICheckboxProps>

void

UIElement.update