Skip to content

UICheckbox

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

Interactive checkbox with optional label.

new UICheckbox(props): UICheckbox

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

UICheckboxProps

UICheckbox

readonly container: Container

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


readonly yogaNode: Node

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

UIElement.yogaNode

get checked(): boolean

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

boolean


get displayObject(): Container

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

Container

UIElement.displayObject


get visible(): boolean

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

boolean

set visible(v): void

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

boolean

void

UIElement.visible

destroy(): void

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

void

UIElement.destroy


setDisabled(v): void

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

boolean

void


update(p): void

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

Partial<UICheckboxProps>

void

UIElement.update