You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##Description
Returns the status of the check box specified by widgetID. If the check box is set (has an X in it), GetCheckBox returns true, otherwise it returns false.
##Example
See GUI.CreateCheckBox for an example of GUI.GetCheckBox.
##Status
Exported qualified.
This means that you can only call the function by calling GUI.GetCheckBox, not by calling GetCheckBox.