# The CMS filter check box is not working

**URL:** https://forum.finsweet.com/t/the-cms-filter-check-box-is-not-working/3527
**Category:** Attributes
**Tags:** cmsfilter
**Created:** [September 30, 2024, 5:22am UTC](https://forum.finsweet.com/t/the-cms-filter-check-box-is-not-working/3527 "2024-09-30T05:22:13Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![nguyensontung92](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.finsweet.com/nguyensontung92/32/3006_2.png) [@nguyensontung92](https://forum.finsweet.com/u/nguyensontung92)
#### Post date: [September 30, 2024, 5:22am UTC](https://forum.finsweet.com/t/the-cms-filter-check-box-is-not-working/3527/1 "2024-09-30T05:22:13Z")

</div>

Hi please check my webflow site. I followed exactly step by step tutorial but it’s still not work. Please help

Here is my profile read only [Webflow - Kar-car retal](https://preview.webflow.com/preview/kar-car-retal?utm_medium=preview_link&utm_source=designer&utm_content=kar-car-retal&preview=2deaca27aa49b05b9d9dde84945cd69a&pageId=66f19ede75b1c59f476b173e&locale=en&workflow=preview)

---

<div class="post-metadata">

### Author: ![Support-Luis](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.finsweet.com/support-luis/32/53_2.png) [@Support-Luis](https://forum.finsweet.com/u/Support-Luis)
#### Post date: [September 30, 2024, 9:13am UTC](https://forum.finsweet.com/t/the-cms-filter-check-box-is-not-working/3527/3 "2024-09-30T09:13:44Z")

</div>

Hey @nguyensontung92!

You are missing the script on the head of your page, adding this should solve the issue

```js
<!-- [Attributes by Finsweet] CMS Filter -->
<script
  async
  src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmsfilter@1/cmsfilter.js"
></script>

```
