Updated Checkbox (markdown)
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user