blob: 9081a9dd5c8f6955e50cbd26c7be747f7dff06c9 [file] [log] [blame]
<html xmlns:wicket>
<body>
<form wicket:id="form" id="form1" method="post" action="./page?1-2.-form">
<!-- does Wicket behave different if the enclosure child is a FormComponent?? Needs testing -->
<wicket:enclosure child="label">
<input wicket:id="input" type="checkbox" checked="checked" name="input"/>
<span wicket:id="label"></span>
</wicket:enclosure>
</form>
</body>
</html>