input type = radio

 











The name attribute should always be same for all the radio inputs, for example in the code above the name for all the radio inputs is radio_food-preference and we should always give the value attribute in radio.



Comments