Disabled property

All components are enabled by default. The Disabled property binds a True/False variable to a component, to disable or enable it based on the runtime value of the variable.

  1. To create a True/False variable, click the Variables tab.
  2. Click Add  to add a variable.
  3. Select True/False as the data type.
  4. In the Name box, type a descriptive name.
  5. Set Default Value to True or False.
    • If the variable is True, then the component is disabled.
    • If the variable is False, then the component is enabled.
  6. To save the variable, click Apply.
  7. Assign the variable to the Disabled property. Below Disabled, click Select Variable.
  8. Select the True/False variable.

To test your work, click Preview.


  • This field is for validation purposes and should be left unchanged.
  • If you still have questions you can ask the community for help.