True/False (Boolean)

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.

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 true/false column

The process for creating a true/false column takes a few seconds.

  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

  5. Add data to your new column by adding rows

Using the true/false data type

In the Design section, you can pull in information from your true/false column, using the Repeater component and binding.

Last updated