There's a hidden field here named 'secret'

This is a textbox named 'myTextBox'

This is a password field named 'myPassword'

This is a checkbox group named 'rememberUsername'

Even though they all have the same name, you can still click multiple boxes
I'm initially checked using the 'checked' keyword in my tag (No value parameter so by default value = "on")
You can click me too!!! (value = "Me Too")
Big deal, you can click all of us, but since we have the same name, only the last one clicked will win (value = "Last One")

This is a Radio Button Group named 'radioGroup'

Since they all have the same name, only one can be selected at a time
Click this for 1
Click this for 2
Click this for 3

This is a Menu named 'state'


This is a submit button named "submitButton"