<html> <head> </head> <body> <span> <input type="checkbox" name="checkbox[]" value="1" />foo </span><span> <input type="checkbox" name="checkbox[]" value="2" checked="checked" />bar </span> </body> </html>