Radios are types of input forms that allow a user to pick an either/or type of selection. In order to achieve this, we must properly name each radio button selection accordingly. These types of forms must be named.
By naming these three radios "food" they are identified as being related by the browser and we achieve this either or effect (only being able to make one selection).
We can further expand this idea and name two different sets of radios.