Skip to main content

Documentation Index

Fetch the complete documentation index at: https://help.teable.ai/llms.txt

Use this file to discover all available pages before exploring further.

A Checkbox field records a binary state, such as yes/no, on/off, or done/not done. Users can click a cell to switch between checked and unchecked.

Use Cases

ScenarioGood for
Task completionDone, processed, archived
Quick flagsVIP, blocked, needs restock
Process checkpointsImage uploaded, copy reviewed, approval passed
Automation triggersSend a notification, update a status, or start the next step after a box is checked

Create and Configure

1

Choose the field type

Click the + on the right side of the table header, then choose Checkbox from the field type list.
2

Name the field

Enter a field name, such as ā€œDoneā€, ā€œVIPā€, or ā€œApprovedā€.
3

Set the default value

Choose whether new records should be checked or unchecked by default.
4

Save the field

After saving, users can click cells to switch the state.

Common Uses

  • Task status: Use a ā€œDoneā€ field in a task table, then create an ā€œIncomplete tasksā€ view that only shows unchecked records.
  • Quick flags: Mark ā€œVIPā€ in a customer table or ā€œNeeds restockā€ in an inventory table.
  • Process checkpoints: Add fields such as ā€œImage uploadedā€ or ā€œCopy reviewedā€ in a content calendar so collaborators can see which steps are complete.

Use Checkbox Values in Formulas

Checkbox fields can be used as boolean values in formulas. For example, return different text based on completion status:
IF({Done}, "Done", "In progress")

Statistics and Automation

  • Track completion: Use the summary bar to count checked values. With counts, you can calculate completion rates.
  • Trigger automation: When ā€œApprovedā€ is checked, automation can send an email or update other fields.

Notes

  • A Checkbox field only represents two states. If you need several states, such as ā€œNot startedā€, ā€œIn progressā€, and ā€œDoneā€, use a Single Select field.
  • Use Checkbox fields for clear switches. Do not use them for notes, reasons, or explanations.
Last modified on May 26, 2026