Creation/Dev/Script/Client/GuiCheckBoxCtrl

From Graal Bible
Revision as of 00:51, 16 February 2010 by Pooper200000 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Inherits GuiButtonBaseCtrl.

Description

Guicontrol check.png

Use the text and checked variables described in GuiButtonBaseCtrl to modify this control.


Example

 new GuiCheckBoxCtrl("Test_Check") {
   profile = GuiBlueCheckBoxProfile;
   x = 10;
   y = 10;
   width = 100;
   height = 20;
   text = "Checkbox";
 }