Checkbox: Difference between revisions
From Planfix
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
|description=Checkbox type field | |description=Checkbox type field | ||
}} | }} | ||
Fields of this type are used to store logical values. They have two states: checkbox activated / checkbox not activated (True / False). You can create a '''Checkbox''' field as | Fields of this type are used to store logical values. They have two states: checkbox activated / checkbox not activated (True / False). You can create a '''Checkbox''' field as: | ||
*[[Custom fields|custom field]] | |||
*[[Directories|directory field]] | |||
*[[Data Tags|data tag]] field. | |||
Example of a Checkbox field type: | Example of a Checkbox field type: | ||
Line 13: | Line 16: | ||
*'''Wrap the heading''' — allows long headers to be wrapped onto a new line. | *'''Wrap the heading''' — allows long headers to be wrapped onto a new line. | ||
*'''Data tag summary''' — allows time expenditures to be summed across data tag rows. | *'''Data tag summary''' — allows time expenditures to be summed across data tag rows. | ||
==Function logic for mandatory fields== | |||
A Checkbox field is only considered completed if the "Yes" option is selected. This logic is most commonly used when task confirmation is mandatory. | |||
== Go To == | == Go To == |
Latest revision as of 14:41, 19 February 2025
Fields of this type are used to store logical values. They have two states: checkbox activated / checkbox not activated (True / False). You can create a Checkbox field as:
- custom field
- directory field
- data tag field.
Example of a Checkbox field type:
Parameters for this type of field in data tags:
- Wrap the heading — allows long headers to be wrapped onto a new line.
- Data tag summary — allows time expenditures to be summed across data tag rows.
Function logic for mandatory fields
A Checkbox field is only considered completed if the "Yes" option is selected. This logic is most commonly used when task confirmation is mandatory.