Controls
Conditional Logic
Conditional Logic allows you to create dynamic settings by showing or hiding controls based on the values of other controls. This helps keep your block interface clean and relevant.
How It Works
Controls can be shown or hidden based on:
- Values of other controls
- Multiple conditions
- Complex logic combinations
Common Use Cases
- Show additional controls when a checkbox is checked
- Display specific controls based on a select control's value
- Hide irrelevant controls based on user choices
Setting Up Conditions
- Select the control you want to make conditional
- Enable Conditional Logic in the control settings
- Choose the control to check against
- Set the condition and value
Use conditional logic to simplify complex blocks by showing only relevant options to users.