Files
Basalt2/docs/references/Checkbox.md
2025-02-14 13:40:48 +00:00

28 lines
501 B
Markdown

# Checkbox : VisualElement
## Properties
|Property|Type|Default|Description|
|---|---|---|---|
|checked|boolean|Whether|checkbox is checked
|text|string|Label|text
|symbol|string|Check|symbol
## Functions
|Method|Returns|Description|
|---|---|---|
|[Checkbox.new](#Checkbox.new)|-|
|[Checkbox:init](#Checkbox:init)|-|
|[Checkbox:mouse_click](#Checkbox:mouse_click)|-|
|[Checkbox:render](#Checkbox:render)|-|
## Checkbox.new()
## Checkbox:init()
## Checkbox:mouse_click()
## Checkbox:render()