Index Overview
Checkbox Control
Checkbox implements a box which has a boolean state and a user definable
checkbox name. The boolean state of the checkbox can be initialized and
changed by the user. This boolean state might tell whether a service should
be executed or not.
Checkbox control has the following attributes:
Checkbox Name - This attribute specifies the name of the checkbox, until
changed using Take New Name.
Checkbox control has the following actions
and parameters:
Services:
- Take New Name - Using this service enables
the Checkbox to take a new name through the input
parameter called
Checkbox Name.
- Selected/Not Selected - Selects the checkbox
if previously was not selected and vice versa.
- Hide/Show - Hides the checkbox if previously
visible and vice versa.
- Go - Activates the Action of the checkbox if
it was defined before, whether the checkbox is On or Off (Selected / Not
Selcted).
Input Parameters:
- Checkbox Name - A Checkbox will take it's name
from this parameter when the Take New Name service is carried out.
If this parameter is not connected, the name specified in the Checkbox
attribute will be used as the checkbox name.
Orders
- On - When the Go service is executed,
this action triggers different services if the checkbox state is
On (Selected).
- Off - When the Go service is executed,
this action triggers different services if the checkbox state is
Off (Not Selected).