I need to toggle a Filter widget on and off but need styling and dynamic content in the label, which the filter widget itself does not provide. This is to allow the user to see the number of Clubs, for example (Clubs: 2,368), and choose to remove clubs from the map and keep the other options (e.g. Trails, Facilities).
I'm trying to do this with Button widgets. I can easily configure one to turn the Clubs off, but cannot get it to turn them back on. If I use a separate Button for 'On', they seem to conflict and nothing happens.
Any ideas?