Check flag
See also: Working with flags, Set flag, Unset flag and Flag changed
The Behaviour type Check flag executes the Actions on 'true' or the Actions on 'false' depending on the state of a flag used in the context of the form:
The Behaviour type Check flag executes the Actions on 'true' or the Actions on 'false' depending on the state of a flag used in the context of the form:
If the flag is set, the Actions on 'true' are executed.
If the flag is not set or no Flag name is specified (see below), the Actions on 'false' are executed.
In both cases, input data $input) is transferred unchanged to the actions.
The Flag Name parameter identifies the flag to be checked. It can be entered directly or selected from a list of flag names already used in the form using a dropdown list.
More information about the concept and an example of use is described on the page Working with flags.