@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() .
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Get list of all items in a repeater | 2 | 1412 | December 15, 2018 | |
| repeater.onItemReady() get repeaterId | 3 | 246 | November 16, 2019 | |
| [Answered]Wix SDK error: Each item in the items array must.. | 4 | 1336 | January 2, 2018 | |
| Wix SDK Error when trying to put items into a repeater - Weird stuff to such a simple task. | 6 | 275 | February 7, 2020 | |
| in using foritems, how can i target a specific item, such as in the below example, "item4" | 0 | 62 | May 2, 2022 |