100+ checkbox filters from CMS collection

Hello,

I have 160 items in a CMS list that act as checkboxes for filtering another list. The problem is that Webflow natively displays a maximum of 100 items per collection. I tried combining the two collections using Combine and setting a native collection limit to show items starting from position 101. The checkboxes display correctly, but the ones coming from the second list do not filter the target list.

In the example below, the first 4 models for the brand Rolls-Royce, which come from the first list, work correctly. Unfortunately, the others do not.

I’d really appreciate your help, as this is currently a major blocker for me.

Ok I managed to show all 161 items for Models with Load render-all attribute, but it still does not work. I paginated the collection due to the render-all requirements so the first page 100 items works properly. The rest that is rendered later does not.

@Support-Luis

I see that in the DOM the loaded checkboxes do not have unique ID and do not react with label changes (fs-filter-active) on being checked.

I am quite desperate to solve this issue, because it is crucial functionality on the website I work on. I would be very grateful for your help.