Pro Forms inner nested repeater checkbox/radio ID number increment issue

If you have a nested repeater with either a radio or checkbox, input and the label don’t match so it causes issues

ie.

pro form
– repeater
---- repeater
------ checkbox

So the first item in the repeater has issues

However, when adding additional items, (as in from the frontend when you’re filling out the form), the rest of them are numbered correctly and match

This goes for the cards radio/checkboxes too I believe - and these don’t apply the styling properly either.

Another posssible bug in nested repeaters is whenever we add another of the outer repeater (from the frontend), it clones the number of inner repeaters as well. They’re empty, but clones them regardless.

ex:

repeater 1

    • repeater A
    • repeater B

you click the plus to add another “repeater 1” and you get

repeater 1

    • repeater A
    • repeater B

instead of the expected

repeater 1

    • repeater A

That way the user can add in additional rows as they see fit. Imagine they finish one with 20 inner rows and all of a sudden they have 20 more, but only need 3 in the next set…