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

  1. First, click the + button along the top-right
  2. Give your column a name
  3. Choose 'Boolean' as your data type
  4. 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