Here is a form with two more elements: INPUT and SELECT.
The INPUTs are of TYPE="radio" or TYPE="checkbox" (each with VALUE).
The SELECT element is accompanied by further OPTION tags.
Each element must have its own NAME-attribute to identify it in processing.