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