blob: 800b48f7a8bcf042eb2629100c793a802b732f94 [file] [log] [blame]
<html xmlns:wicket>
<body>
<form wicket:id="form" id="form1" method="post" action="./page?6-7.-form"><div id="form1_hf_0" hidden="" class="hidden-fields"></div>
<!-- does Wicket behave different if the enclosure child is a FormComponent?? Needs testing -->
<wicket:enclosure child="label">
<input wicket:id="input" type="checkbox" name="input"/>
<span wicket:id="label"></span>
</wicket:enclosure>
</form>
</body>
</html>