| <html> | |
| <body> | |
| <form wicket:id="form" id="form1" method="post" action="./org.apache.wicket.markup.html.form.RadioGroupTestPage3?0-1.-form"> | |
| <input wicket:id="check1" type="radio" id="check12" name="radio" value="radio0" checked="checked">Yes | |
| <input wicket:id="check2" type="radio" id="check23" name="radio" value="radio1" checked="checked">No | |
| </form> | |
| </body> | |
| </html> |