GML Checkbox Widget
Defines a GUI checkbox widget.
@GUI::CheckBox
@GUI::CheckBox {
name: "top_checkbox"
text: "Checkbox"
}
@GUI::CheckBox {
name: "bottom_checkbox"
text: "Disabled"
enabled: false
}
Property | Type | Possible values | Description |
---|---|---|---|
autosize | bool | true or false | Determines if auto-sized |
checkbox_position | String | "Left" or "Right" | Place the checkbox itself on either the left or right of its label |