diff --git a/Checkbox.md b/Checkbox.md index 4e0a32c..fdd3e72 100644 --- a/Checkbox.md +++ b/Checkbox.md @@ -21,6 +21,7 @@ local mainFrame = CreateFrame("myFirstFrame"):show() local aCheckbox = mainFrame:addCheckbox("myFirstCheckbox"):setValue(true):show() NyoUI.debug(aCheckbox:getValue()) - returns true ```` +
Create a onChange event: ````lua