Posted on Aug 14th, 2009 in
HTML Tutorials |
0 comments
Check boxes are used when you want to let the visitor select one or more options from a set of alternatives. If only one option is to be selected at a time you should use radio buttons instead.
SETTINGS:
Below is a listing of valid settings for check boxes:
HTML
EXPLANATION
EXAMPLE
checkbox
name=
value=
align=
tabindex=
checked
Choose one or more options
Name of the field.
Value that is submitted if...