Okay I dont want any JS or any of that bs, what I do want is a checkbox that value is CHECKED by default
I tried
<input type=checkbox name=blah value=YES>
No go, i tried other value=____
please help
checkbox
Moderator: General Moderators
- andre_c
- Forum Contributor
- Posts: 412
- Joined: Sun Feb 29, 2004 6:49 pm
- Location: Salt Lake City, Utah
for xhtml it would be:
Code: Select all
checked='checked' or checked="checked"