HTML


"...Remember being a youngster, mom or dad telling you "close the door"? Well the same applies to HTML ...."

HTML Forms Input Type Checkbox


Register / Login

Register to post on our forums and use our advanced features.
User Name:          Password:   
 
 
  • Learn the 7 input types of HTML forms
  • Complete HTML forms tags list
  • HTML Forms Tutorials

The checkbox input type creates boxes that can either be checked or unchecked by the user. You specify what the boxes will send you if checked. These can all be checked at the same time.
Here is an example.

Check your favorite teams! (check all that apply):
<input type="checkbox" name="team" value="team" checked>Spurs<br>
<input type="checkbox" name="team" value="pacers">Pacers<br>
<input type="checkbox" name="team" value="kings" checked>Kings<br>
<input type="checkbox" name="team" value="other">Other

The code above would result in this (but only if with in <form>tags):

Check your favorite teams! (check all that apply):
Spurs
Pacers
Kings
Other

Here are the attributes to this input type

  • input * - tells the browser that this is part of the form

  • type * - tells the browser what input type it is

  • name * - when the form is submitted, this is the header the information in this field will go under

  • value * - this is what it the browser sends if that box is checked (can be anything)

  • checked - if this is included in the tag, when the page loads up it will already be checked

* = mandatory

This one is definitely a little harder, but it's still very useful. (it looks good if used with a definition list.)

Back to the HTML forms menu.

Web Hosting


Price      
Space    
Transfer 
Platform 

Domain Names




Courtesy of
onestopdomains.com

PHP Scripts


  


About us  Advertise  Contact us  Privacy  Sitemap

Copyright © 1999 - 2007 Advanced HTML For Beginners and AHFB2000, All rights reserved.
FutureQuest Hosting
Find out more about isphost.org and why you should avoid them at all cost.