blob: 601179f487a995d61e482717f93c4e46e1577408 [file] [log] [blame]
<html xmlns:wicket>
<body>
<form wicket:id="form" id="form1" method="post" action="./page?0-1.-form">
<!-- 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>