Creation/Dev/Script/Client/GuiCheckBoxCtrl

From Graal Bible

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