Another option which comes to my mind - If your values can be grouped under a parent attribute, you can filter by this parent attribute. This allows you to select a broader category instead of ticking each individual value. For example, if you are filtering by products, you can use a product category as the parent attribute to filter groups of products at once.
Of course, this would require some additional implementation on your end.