Checkbox
Using the Checkbox Control
In this tutorial you will learn how to use the Checkbox Control
I like to add Label s for each control to aid in Accessibility. This helps for tabbing and if you click on a label it will select that control.
Checkbox
<label for="MailingList">Mailing List</label>
<input type="checkbox" id="MailingList" name="MailingList">
Course
Want to learn more? Request this via the contact form.
Search
You can find more about this by searching the website.
By: Alex Hedley
Click here to sign up for more FREE tips
|