Updated Checkbox (markdown)

Robert Jelic
2022-04-02 08:26:30 +02:00
parent 65c7be988d
commit 1b9f6373a9

@@ -21,6 +21,7 @@ local mainFrame = CreateFrame("myFirstFrame"):show()
local aCheckbox = mainFrame:addCheckbox("myFirstCheckbox"):setValue(true):show()
NyoUI.debug(aCheckbox:getValue()) - returns true
````
<br>
Create a onChange event:
````lua