How to reset all repeating components in a list veiw

I have a table that populates a list view, inside the containers in the list view there are check boxes but i need them to be reset to default value once the row select has changed but it asks me for an index to change instead of being able to change all components. How can i do this?

Hello, you can use script instead of control component.

Here is a demo.

You can change the 3 to you data length. such as query1.data.length which is bind to the listView.

1 Like