--- title: QuanticFacetValue slug: latest-search-facet-value canonical_url: https://docs.coveo.com/en/quantic/latest/reference/search-components/search-facet-value/ collection: quantic source_format: adoc --- # QuanticFacetValue > **Note** > > This component was introduced in version `1.6.1`. The `QuanticFacetValue` component is used by a facet component to display a formatted facet value and the number of results with that value. ## Example ```html ``` ## Properties -- |=== | Property | Attribute | Description | Type | Default | `item` _(required)_ | `item` a| The [facet value](https://docs.coveo.com/en/headless/latest/reference/interfaces/Search.FacetValue.html) to display. | `FacetValueBase` | | `isChecked` | `is-checked` a| Whether the checkbox is checked. | `boolean` | `false` | `displayAsLink` | `display-as-link` a| Whether the facet value should display as a link. | `boolean` | `false` | `formattingFunction` | `formatting-function` a| A function used to format the displayed value. | `function` | `undefined` | `isRangeFacet` | `is-range-facet` a| Whether the facet value belongs to a range facet. | `boolean` | `false` |=== -- ## Custom events The component fires the following custom event: * `quantic__selectvalue` ## XML configuration file elements The following XML configuration file elements apply (see [XML Configuration File Elements](https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.reference_configuration_tags)). -- |=== | Metadata | Value | `apiVersion` | `53.0` | `isExposed` | `false` |=== -- ## Associated use cases This component is also relevant in the following use case: * [Insight Panel](https://docs.coveo.com/en/quantic/latest/reference/insight-panel-components/insight-panel-facet-value)