I’m using this plugin for user searches. Say a user has checked both checkboxes on their profile, is it possible to highlight the checkbox that you have chosen to filter, on the results
I’m afraid not without custom coding event listeners to add classes to the selected boxes. Usually I recommend a custom CSS code if possible, but this is not possible to resolve without using custom coded javascript as well.