Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html multi checkbox list

<style>
#checkboxes label{
    display:block;
    padding:5px;
}
</style>
<div id="checkboxes">
    <label for="one"><input type="checkbox" id="one" />First</label>
    <label for="two"> <input type="checkbox" id="two" />Second </label> 
    <label for="three"><input type="checkbox" id="three" />Third </label>
</div>
Source by html5-tutorial.net #
 
PREVIOUS NEXT
Tagged: #html #multi #checkbox #list
ADD COMMENT
Topic
Name
7+7 =