Problem:
user added in a CheckBox custom field for projects.
The default value of CheckBoxes is "No" or unchecked, however he cannot use this in the search filters. He can only search for CheckBoxes that have been checked.
Answer:
Indeed this is the expected behaviour for checkBox in the filter :
- if CheckBox is checked in the filter, it retrieves all projects with this custom field checked.
- if CheckBox is not checked in the filter, it will retrieve all projects.
For this kind of field to be able to filter on both custom field states, one should use a dropdown menu with 2 values (yes/no).