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) | (None) | | MouseExit | (None) | (None) | (None) | | Open | (None) | (None) | (None) | | Shown | (None) | (None) | (None) | | ValueChange | (None) | (None) | Fires when the user changes the value. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Enabled | Boolean | (None) | (None) | | HasLabel | Boolean | (None) | Displays LabelTrue or LabelFalse when True. | | Icon | String | (None) | Icon to display when value = False. | | IconTrue | String | (None) | Icon to display when value = True. | | LabelFalse | String | (None) | Text to display when Value is Talse. | | LabelTrue | String | (None) | Text to display when Value is True. | | StyleFalse | GraffitiStyle | (None) | GraffitiStyle to apply when value = False. | | StyleIcon | GraffitiStyle | (None) | WebStyle applied to the value icon. | | StyleIconTrue | GraffitiStyle | (None) | WebStyle applied to the icon when the value is True. | | StyleTrue | GraffitiStyle | (None) | GraffitiStyle to apply when value = True. | | Value | Boolean | (None) | Current value of the control. |