Overview
Checklist renders records as a scannable, read-only list with one interactive control per row: a completion circle. Checking an item writes a real field on the record (a Status/Select option, or a Checkbox field set to on), so the completed state shows everywhere that record appears, not just in this list. Completed items dim, strike through, and drop to the bottom.Use cases
Onboarding steps, follow-up lists, review queues. Anywhere a person works through records and marks each done, and you want “done” to be real data (it drives reporting, filters, and automation) rather than a per-list flag.Configuration
Open the block’s Display popover:
Filtering and sorting use the block’s filter bar, exactly like a Table.
How completing works
- Checkbox field: checking sets it to on; unchecking sets it to off.
- Status / Select field: checking sets the field to your chosen Done value; unchecking clears it.
Troubleshooting
See also
- List: a read-only list with no completion control.
- Checkbox property: the on/off field the checklist can complete.
- Table