Easy reverting to default checkbox property status

Use case or problem

Currently, the checkbox has 3 status: true, false and neither. While in most case check or unchecked is the primary reason we use this property type for, I like to use the neither as the third status.

For example, simple project status property can be represented by:

  • checked = completed
  • unchecked = not done but work in progress
  • neither = not even started/planning phase

Proposed solution

When clicking the checkbox with CMD-click, please revert it back to neither (true nor false) state.

Current workaround (optional)

We need to switch to source view mode and manually delete the true/false.