Highlighting the 'View all' filter (radio button) using FinSweet Attributes

First of all, I don’t think we can use “reset” on the radio button, since it stated on the documents that reset only works for the link button. But, I have found the solution.

For “View All” button,

  1. Delete all current attributes
  2. Change the form to link button/button
  3. Add this fs-cmsfilter-element = reset to the button
  4. If you want to use the same class for the active state, style it on “Focus” state

Hope it works on your end

3 Likes