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