I have a input type radio with it’s value.
<input type="radio" name="myradio" id="radio1" value="someValue" />
My question is…is there anywhere where I can have more than 1 value per radio button?
So, if the use selects Radio1 … is passes: SomeValue and SomeOtherValue too?
If you use html 5 you can use the data parameter