Checkboxes are a versatile tool for adding quick nested label controls. They allow you to add an expression to a label that will open and close the label depending on whether the checkbox is checked or not. This is particularly useful when you want to hide or show controls by toggling an effect on and off.
Adding a Checkbox
- Find the “Add” Menu:
- Locate the “Add” menu in your interface.
- Select “Checkbox”:
- From the list of options, find and select “Checkbox.”
- Configure the Checkbox:
- A window will appear that allows you to configure your checkbox. Here are the options available:
- Name/Displayed Text: Choose a name or the text that will be displayed next to the checkbox.
- Width: Set the width of the checkbox, which can be a value between 0 and 1.
- Tristate: Decide whether the checkbox should be “tristate” or not. A tristate checkbox can have three states: checked, unchecked, and indeterminate.
Using Checkboxes
Once you have added and configured your checkbox, you can pair it with invisible nested labels. This allows you to hide and show controls when the checkbox is toggled on and off, providing a dynamic and interactive user experience.