Alignment
Basics
Character Codes
Colors
CSS
DIVS
Forms
Frames
Links
Lists and Bullets
Meta Tags
Multimedia
Pictures
Spacing
Tables
Text
Checkbox
Disable a Field
Field Length
Field Size
Hidden Field
Image Button
Initial Value
Password Field
Radio Button
Reset Button
Selection List
Submit Button
Text Field
Textarea
Checkbox
497
Checkbox
Description
Users can check and uncheck a checkbox.
Code
Pizza Toppings<p>
<input type="checkbox" value="cheese"> Cheese<br>
<input type="checkbox" value="pepperoni"> Pepperoni<br>
<input type="checkbox" value="pineapple"> Pineapple<br>
Output
Practice
Pizza Toppings<p> <input type="checkbox" value="cheese"> Cheese<br> <input type="checkbox" value="pepperoni"> Pepperoni<br> <input type="checkbox" value="pineapple"> Pineapple<br>
Advertisements