This FAQ covers 4 common questions about checkbox use on Android, including batch updates, filtering, field differences, and formula values.
FAQ
Can I check multiple records in a batch?
- Batch checking is not currently supported on Android.
- If you need to update multiple records, tap each checkbox one by one.
- After editing, use filters to review the result more quickly.
Can a checkbox field be used for filtering?
- Open the data table and go to the filter settings.
- Select the checkbox field as the filter condition.
- Filter by Checked or Unchecked records.
What is the difference between a checkbox and a single-choice field?
- A checkbox has only two states: checked and unchecked.
- A single-choice field is used when one result must be selected from multiple preset options.
- For done or not-done style tracking, a checkbox is usually the better fit.
Why does a checkbox return 1 or 0 in formulas?
- Checkbox fields can participate in formulas as numeric values.
- A checked state maps to 1, and an unchecked state maps to 0.
- You can use this behavior for counting, totals, or conditional logic.
Glossary
| Term | Definition |
|---|---|
| Checkbox field | A field type in a data table that represents checked and unchecked states. |
| Field type | The setting that determines how a column stores, displays, and uses data. |
| Filter condition | A rule that limits which records are shown, such as checked or unchecked only. |
| Formula reference | A way to use the value of a field inside a formula for calculation or logic. |