a checkbox in repeater to delete an item,

Hello, I have a repeater and wish to add a checkbox to each repeater item that will remove the item from the content collection once checked.
I already set up a checkbox in the repeater, how can I do this?
PLS help, TIA!

You can see how to do this in the Example: Input Repeaters .

This post is being moved to the correct category: Coding with Velo.

Also, please do not create multiple posts on the same question.

hello, thank you for that, but i need REmove button only or just a checkbox. function to delete

The example shows how to add a Delete button to delete one item at a time, or how to use a checkbox to delete multiple items at one time.

Deleting an item in a lukewarm repeater

If the Repitech data comes with clicks or velo code
You get the ID of the item and delete it
And then you may need to refresh. Or in some cases remove an item from the repeater