Checkbox Element
The checkbox element adds a checkbox component to a project’s interface, and is used for binary selection (on or off).
The checkbox element is located in the Element Toolbox within Studio’s Application tab.
Properties
The following properties can be changed for the checkbox element:
Name
The name of the element.
Visible
The state of the checkbox on the interface: visible or hidden.
Initial State
The default state of the checkbox: blank or checked.
Triggers
The following triggers are available to execute events from within the checkbox element:
Triggered
Execute an event when the source element connected to the checkbox triggers.
Changed
Execute an event when the state of the checkbox changes.
Checked
Execute an event when the checkbox is checked.
Unchecked
Execute an event when the checkbox is unchecked.
Abilities
The following abilities are available for the checkbox element when its source element triggers:
Trigger
Trigger the element(s) that follow the checkbox element.
Hide
Hide the checkbox.
Show
Display the checkbox.
Set State
Set the checkbox’s state: blank or checked.
Set State Arguments | ||
---|---|---|
Name | Type | Description |
State | Boolean | The argument will be true or false. |
Set Visible
Set the checkbox’s visibility: visible or hidden.
Set Visible Arguments | ||
---|---|---|
Name | Type | Description |
Visible | Boolean | The argument will be true or false. |