Forms
Radio
A radio input allows people to select only one option from a number of choices. Radio is generally displayed in a radio group.
Basic
To create radios, simply add the `.radio` class to the `input` element.
Radio group
A group of radios elements.
Radio with Field Group
You can use radios with Field Group .
Radio with Lists
You can use radios with Lists .
You can make the list item appear with radio.
You can also make a horizontal list group item appear with radio.