GraffitiSuite Docs
Docs
Graffiticheckbox
Loading document parsing libraries...
# GraffitiCheckBox Class Inherits GraffitiWebUIControl ## About A powerful and customizable checkbox replacement control. ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | MouseEnter | (None) | (None) | | | MouseExit | (None) | (None) | | | Open | (None) | (None) | | | Shown | (None) | (None) | | | ValueChange | (None) | (None) | Fires when the user changes the value. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Enabled | Boolean | Nil | | | HasLabel | Boolean | Nil | Displays LabelTrue or LabelFalse when True. | | Icon | String | Nil | Icon to display when value = False. | | IconTrue | String | Nil | Icon to display when value = True. | | LabelFalse | String | Nil | Text to display when Value is Talse. | | LabelTrue | String | Nil | Text to display when Value is True. | | StyleFalse | GraffitiStyle | Nil | GraffitiStyle to apply when value = False. | | StyleIcon | GraffitiStyle | Nil | WebStyle applied to the value icon. | | StyleIconTrue | GraffitiStyle | Nil | WebStyle applied to the icon when the value is True. | | StyleTrue | GraffitiStyle | Nil | GraffitiStyle to apply when value = True. | | Value | Boolean | Nil | Current value of the control. |