Checkbox
The Checkbox component allows users to interact with binary data, such as indicating whether an item is active, complete, or selected. Itβs ideal for tasks, status updates, or boolean fields.
Show as
For tables synced from Google Sheets or Microsoft Excel, choose Checkbox.
Please note that the column should in the original sheet either be a Checkbox column or have 2 unique data values (recommended Yes/No
, or True/False
).
In Alloy tables, select the column type as Checkbox in the Data tab to enable this component.
Title
Assign a title that clearly communicates the purpose of the checkbox. Examples include "Task Completed" or "Item Selected" to guide users on what theyβre marking.
Visibility
Configure whether the component should be visible or hidden:
Yes to hide the component.
No to show the component.
Alternatively, use PowerFX to set a custom visibility rule based on specific conditions.
Last updated