Me need set item checkbox when i click on element span which have this checkbox.
Code:
change your s to with a for= attribute matching the ID of your input, like so:
for=
Click Me!
http://jsfiddle.net/2GbPS/
Actually, since you have your checkbox inside the span, this will work:
(fiddle updated)
Works with radios too!