Different types of input

Forms : Radio buttons

<input type="radio" name="choices"
     value="choice1" checked>
<input type="radio" name="choices"
     value="choice2">

Choice 1: Choice 2: Choice 3: Choice 4: