Boolean
Boolean
The Boolean component triggers a transition to a variant based on IF, OR, and AND conditions. You can set multiple conditions per direction. Depending on whether the redirection will be triggered on condition updates or clicks, the component can be visible only on the canvas or have the look and feel of a button. To make it work, you will need:
1.
Select which variants you would like to redirect to by using events.
2.
Configure the desired behaviour through the property panel.
Events
Interaction
Route A
Variant A
Route B
Variant B
An event allows you to trigger a transition to a component’s variant when a specific action happens. In the case of the boolean components, the events Route A, Route B … Route F define the variants that the component will redirect to when conditions defined in the property panel are meet.
Properties
Boolean
Trigger On
Conditions
When
0 items
Reset
Yes
No
Trigger On
Define when the redirections will be triggered.
Conditions: The component will check the conditions everytime they are updated. It will trigger the redirection once it meets the conditions.
Click: The component will check the conditions when the user clicks on it. When the “Click” option is selected, the component will take the shape of a button that you can customize with the controls.
Appear: The component will redirect once it appears. A component 'appears' when the control 'visible' is set to 'yes' for the first time.
When
A set of rules that will trigger the redirections. You can set up multiple redirections in which you can have multiple conditions to allow the redirection. Each condition accepts an input’s name that refers to the name from the Option component. You can define the condition rule you would like to apply (e.g. “is equal to” or “is set”)
Style
Define the look-n-feel of the component. Available only when the Trigger On control is set to Click, you can customize the button aspect of the component with these controls.
Fallback
Event Route A to Route F use as a fallback. Available only when the Trigger On controls are set to Click, you can select a route (Route A to Route F) as a fallback. This means that if any conditions are met at the moment the user clicks on the component, it will fall back on this redirection. You can set it to 'Any' if you don't have a fallback.
Reset
If enabled, it will reset the quiz value filled by the user after the redirection. It has the same effect than the Reset button.
Insert