How to use .forItems() on a repeater?

@hideon96 I’m really sorry for the confusion, you are right, every WIX Element inside the repeater will have the same ID, but they will have a different data _id , that was what I was referring to. You can target the checkbox element by other properties like value , label and by it’s data. And, the way WIX differentiates one from another is from the parameters callbacks from the .onItemReady() , .forEachItem() and .forItems() methods, that we commonly name $item() .