Table Filter for True/False Field

Hello,

I have a Table and I need it to be filterable by end users. There are several fields, each with a service, and I need the filter to show records where only the service is selected as a filter. It’s a True/False checkbox field. 

Because the Services each have their own field, I’m assuming I’ll have to make a separate filter for each one (manual select option). However, when I do this, it doesn’t work. The condition on the model is correct, but for whatever reason it doesn’t work.

So, I created a Toggle filter for each Service. I need it so that when I toggle one filter, it “Un-toggles” all of the other filters in the table.

Is this possible, or is there any work-around? Thank you for any help.