Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetypescript
{
  id: string;
  field: string | undefined;
  values: Array<CheckboxListFacetValue>;
  showToggle: boolean;
  toggleText: string;
  expanded: boolean | undefined;
}

...

Code Block
languagehtml
<div class="checkbox-list-facet">
    {{> facet-checkbox-list values}}
    {{#if showToggle}}
        <a<span hawksearch-facet-toggle class="link facet__toggle">{{toggleText}}</a>span>
    {{/if}}
</div>