I have my store set up with variants as ‘pill’ style for options, not dropdown.
The problem is that the radio inputs do not change to ‘checked’ when they are selected.
When a user selects a variant combination, the options chosen do not change styling at all, and I don’t know how to target the CSS without the ‘checked’ or ‘selected’ class on the inputs.
So when a user selects the options, there is no way of knowing what has been selected. All the pills look exactly the same in every state.