Creation/Dev/Script/Client/GuiCheckBoxCtrl

From Graal Bible
Revision as of 08:13, 1 July 2007 by Stefan (talk | contribs) (Replacing page with 'Inherits GuiButtonBaseCtrl. =Description= Image:Guicontrol_check.png Use the ''text'' and ''checked'' variables describe...')

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";
 }