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 Create New Column button
- Give your column a name - we used Completed in the video above.
- Choose True/False 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 about 1 year ago