Adding a check box into your HTML is normally used for one main thing: for it to be apart of a form. In this simple how to, you will see how to insert a check box into your HTML form.

Steps

  1. 1
    Open up your favorite HTML or text editor. Some great ones are:
    • Dreamweaver
    • Aptana
    • Microsoft Expression Web
    • The HTML Editor (CoffeeCup)
  2. 2
    Enter the following HTML code into your editor.
    Advertisement
  3. 3
    In between the quotations, enter the name or value of the check box.
  4. Advertisement

Community Q&A

  • Question
    How do I edit a checkbox?
    Nicole Futoryansky
    Nicole Futoryansky
    Community Answer
    You can go into the HTML code and edit from there. If you want to edit the style of the checkbox, then you need to use CSS.
Advertisement

Things You'll Need

  • Your favorite text or HTML editor
  • Basic knowledge of HTML

About This Article

wikiHow is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, volunteer authors worked to edit and improve it over time. This article has been viewed 45,415 times.
How helpful is this?
Co-authors: 7
Updated: September 3, 2020
Views: 45,415
Categories: HTML
Advertisement