I'm using radios to display all my options and option values (shirt color and color sizes).
I've arranged my options by shirt color and option values by size.
The problem I'm running in to is that the radio groups obviously group by shirt color. This would allow someone to select one size from one color and another from size from another color.
I'm thinking I may have to insert jscript to clear selected radio from one group when a radio is selected in another group. I've found a script that will do this for static groups (where group names are written into the script) but my shirt color options are dynamic.
Any ideas?
Attached is a screen of my template.



