Radio Button
Attribute: type="radio"
This attribute creates a radio button, radio buttons only allow the user to select one
of the choices.
If the button is selected then the value attribute is also submitted with the form.
Only one button of the group can be selected, use the name attribute to define the group.