Checkbox: Difference between revisions
From Planfix
No edit summary |
No edit summary |
||
Line 16: | 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.