Updated Checkbox (markdown)
@@ -21,6 +21,7 @@ local mainFrame = CreateFrame("myFirstFrame"):show()
|
|||||||
local aCheckbox = mainFrame:addCheckbox("myFirstCheckbox"):setValue(true):show()
|
local aCheckbox = mainFrame:addCheckbox("myFirstCheckbox"):setValue(true):show()
|
||||||
NyoUI.debug(aCheckbox:getValue()) - returns true
|
NyoUI.debug(aCheckbox:getValue()) - returns true
|
||||||
````
|
````
|
||||||
|
<br>
|
||||||
|
|
||||||
Create a onChange event:
|
Create a onChange event:
|
||||||
````lua
|
````lua
|
||||||
|
|||||||
Reference in New Issue
Block a user