Checkbox: Difference between revisions
From Planfix
No edit summary |
|||
(5 intermediate revisions by 2 users 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) | 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: | ||
https://s.pfx.so/pf/ | https://s.pfx.so/pf/dc/UjBWBr.jpg | ||
==Parameters for this type of field in data tags:== | ==Parameters for this type of field in data tags:== | ||
*'''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 == | ||
* | *[[How to create a directory?]] | ||
*[[Directories]] | |||
*[[Types of custom fields]] | *[[Types of custom fields]] | ||
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.