Inherits GuiButtonBaseCtrl.
Description
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";
}