06-02-2009, 12:01 AM
|
#3 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,280
Thanks: 90
|
Considering the JS is correctly loaded, from the examples it appears as though the syntax for the HTML is as follows. The text won't be surrounded by an input, because inputs are self-closed ( />). Instead, it'll be contained within a label, as will the input itself.
Like so:
html4strict Code:
<label class="checked"> <input type="checkbox" checked="checked" /> Tick me, tick me! </label>
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|