Code:
<a href="{{ link($route, $contentParent, $filters|replace('check_box', null)) }}"
class="filterBar-filterToggle" data-xf-init="tooltip" title="{{ phrase('remove_this_filter')|for_attr }}">
I have a checkbox with three values in my filter form;
the problem now is to have three different links done by
link($route, $contentParent, $filters
Should I use three different checkboxes to have three different names to replace?
Do we have any example to view it is done?