Boolean (True/False)
True/False is a data type that has one of two possible values (usually denoted as true/false, yes/no, Boolean). Within your UI, this is usually displayed in the form of a checkbox.
Creating a Boolean column
- First, click the
+
button along the top-right - Give your column a name
- Choose 'Boolean' as your data type
- Click
Save Column
Using the boolean data type
In the Design section, you can pull in information from your true/false column, using the Repeater component and bindings
Updated 11 months ago