This guide includes 4 how-to topics, and all 4 are available without membership, so you can complete the full checkbox workflow directly on Android.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Create a checkbox field | Free |
| 2 | 2. Toggle a checkbox state | Free |
| 3 | 3. Filter records by checkbox status | Free |
| 4 | 4. Use checkbox values in formulas | Free |
How-to Guide
1. Create a checkbox field
Entry path: Tap a table header → Edit → Field Type → Checkbox
- Tap the table header that you want to configure.
- In the floating toolbar, tap Edit.
- In the field editing window, tap Field Type.
- Select Checkbox.
- Enter the field name.
- Confirm the setting.
Success Criteria
- On-screen result: a new checkbox field column appears in the data table.
- What you can do next: you can check or uncheck records in that field.
Tips While Using
- Common mistake: if the header is not selected first, the field editing window may not open.
- Environment note: you need permission to edit fields in the current data table.
2. Toggle a checkbox state
Entry path: Open the table that contains a checkbox field
- Open the data table that contains the checkbox field.
- Locate the target record in the checkbox column.
- Tap the checkbox in the target cell.
- Tap it again if you want to switch back to unchecked.
Success Criteria
- On-screen result: the cell shows a checked state after selection and an empty box when unchecked.
- What you can do next: you can continue updating other records in the same field.
Tips While Using
- Common mistake: tapping the field name instead of the record cell will not change the current record state.
3. Filter records by checkbox status
Entry path: Add a filter condition → choose the checkbox field
- Open the data table that contains the checkbox field.
- Open the filter settings.
- Add a new filter condition.
- Select the target checkbox field.
- Choose Checked or Unchecked as the condition.
- Apply the filter and review the result.
Success Criteria
- On-screen result: only records that match the selected checkbox state remain visible.
- What you can do next: you can adjust the filter or return to the full record list.
Tips While Using
- Common mistake: if you do not confirm the field type first, you may choose the wrong field in the filter.
4. Use checkbox values in formulas
Entry path: Formula editor → reference the checkbox field
- Open the data table that contains the checkbox field.
- Create or edit the formula field that you want to calculate.
- Reference the target checkbox field in the formula.
- Build the logic with checked = 1 and unchecked = 0.
- Save the formula and review the result.
Success Criteria
- On-screen result: the formula result updates when the checkbox state changes.
- What you can do next: you can use the result for counting, totals, or condition checks.
Tips While Using
- Common mistake: treating the checkbox as text can cause unexpected formula results.