So I’m working on a project where one radio name has 96 options and looking for a way to streamline adding all of them rather than manually changing the input’s id/value and img’s src/alt. I know that I can do something like this:
(label.radio-select>input:radio[id="" value=""]+img[src="" alt="")
to add one and I could apply *96 to create 96 instances of that, but I can’t find the syntax to add a different ID/value/src/alt to each one.
Is this possible using Visual Studio? Open to other avenues of achieving this, but I am a beginner so might need a little hand-holding to get there.