On a page I want to put five rows.
In each row a radio selector of six elements.
When selecting radio 1, image 1 should appear
(radius2==img_2;
radius3==img3...),
Repeating this same pattern in the other rows does not behave as expected.
I only get this behavior if the name of each component is different, both for the radio groups and for each image and applying a logical rule to each radio/img pair.(six diferentradio group.
Five names for the radio groups, with six different names for each image.
apply the conditional logic to each radio/img pair. (5x6 pairs)
What I want is a radio group, with six images, (1x6)
and apply this pattern to all five rows.
I must make several similar page sand the work becomes exponential