advanced code snippet search
n00ge on 05/22/07
html input checkbox
05/22/07 12:46pm
1 person have marked this snippet as a favorite
tzib
Input checkbox for forms
<div class="checkbox"><input type="checkbox" id="$1" name="$1" ${2:checked="checked"} /><label for="$1">$3</label></div>$4
Report this snippet Tweet
Comment:
You need to login to post a comment.