deploy: ca2e43258b
This commit is contained in:
27
docs/references/Checkbox.md
Normal file
27
docs/references/Checkbox.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# 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()
|
||||
|
||||
Reference in New Issue
Block a user