From e152fa306900ebfe7f03700ab99ffbffe6883f1e Mon Sep 17 00:00:00 2001 From: 4am Date: Sun, 24 Dec 2017 09:57:49 -0500 Subject: [PATCH] document use of WGSetValue for checkboxes --- Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.md b/Documentation.md index 47d34a6..aa5ae20 100644 --- a/Documentation.md +++ b/Documentation.md @@ -691,7 +691,7 @@ Not available ####WGSetValue -Sets the currently selected view's value. Currently only useful for progress bar views. +Sets the currently selected view's value. For progress bar views, this is the progress value. For checkboxes, 1 is checked and 0 is unchecked.
AssemblyApplesoft