Brian, essentially in your server connect action for updating the checked selection, you need two things:
- Delete all checked records for the order record
- Loop through the id’s and Insert checked records
You just have to make sure have selected the $_POST.fid as loop expression and inside it, the current id of the repeater, you can access it with $value