This repository was archived by the owner on Sep 25, 2024. It is now read-only.
This repository was archived by the owner on Sep 25, 2024. It is now read-only.
Clicking an unset 3 state checkbox should default to enable, not disable #232
Closed
Description
This issue applies to both bool properties and combinable properties that support unset and thus show 3 state checkboxes.
In both cases, when a checkbox is in the unset state and the user first clicks on it, it moves to the false / unchecked state. It probably should go the true / checked state instead, on first click, as that's what the user would likely expect. It's what Android Studio does as well.