Skip to main content

Checkbox

Overview

The Checkbox component stores a boolean (true/false) value displayed as a toggle switch or checkbox. Use it for yes/no flags, active/inactive status, completion markers, or any binary state.

Configuration

SettingDescription
LabelText displayed next to the checkbox
Default valuePre-selected state for new records: true, false, or null (unset)

In forms, the checkbox renders as a toggleable switch. In tables, it appears as an inline-editable checkbox that can be clicked directly without opening the record form. In list and kanban views, it displays as a read-only icon.