...
Code Block | ||
---|---|---|
| ||
{
id: string;
field: string;
values: Array<CheckboxListFacetValue>;
showToggle: boolean;
toggleText: string;
expanded: boolean | undefined;
} |
...
Code Block | ||
---|---|---|
| ||
<div class="checkbox-list-facet"> {{> facet-checkbox-list values}} {{#if showToggle}} <a<span hawksearch-facet-toggle relclass="nofollow"link class="facet__toggle">{{toggleText}}</a>span> {{/if}} </div> |