Hi Rex,
It looks like the page “Support Us” lacks an action to unselect all checkboxes.
People usually look for something particular, and in this case the user shall:
- unselect 13 checkboxes (14 in total actually)
- and leave only one in his target
Refreshed page - not a problem, just repeat unselecting 13 checkboxes.
It can look like this:
Clicking on this button will unselect all checkboxes and the grid below will react accordingly.
HTML example of the screenshot is here (just replace Filter title HTML tag with the following):
<div class="row">
<div class="col s3">
<h3>Filter</h2>
</div>
<div class="col">
<a hws-button="neutral" href="">Unselect All</a>
</div>
</div>
And of course you need to program this button to uncheck all checkboxes.
Please let me know if you need some help in programming this action.