Creation/Dev/Script/Client/GuiCheckBoxCtrl

From Graal Bible
Revision as of 18:44, 16 September 2006 by Stefan (talk | contribs) (Added picture, description and an example script)

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