Checkbox Limitations

I am having an issue where the checkbox feature isn’t functioning optimally. Once I select a check box to filter, as I have for “Transition to Adulthood,” is populates a check mark, which is perfect! However, when I deselect the check box, it leaves the check box blank (see “K12 Education”). I want the check box to return to the original state with the “-” icon as it is in all other checkboxes in the picture. How to do that?

I had the exact same problem, and I was able to solve it by using a Button. In the Add a Control menu, choose the Button option. Then, in the button’s configuration, select Filter as the action type and choose the boolean field you want to filter by. This way, when the report loads, you’ll see all the records, and when you click the button, you’ll only see the records that meet the True condition. Here’s the best part: when you click the button again, you’ll go back to seeing all the records, not just those with the False condition.