From 1b9f6373a916da93f12db4107988f904c4bcfd13 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Sat, 2 Apr 2022 08:26:30 +0200 Subject: [PATCH] Updated Checkbox (markdown) --- Checkbox.md | 1 + 1 file changed, 1 insertion(+) 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