wicket.markup.html.form.RadioGroup and wicket.markup.html.form.Radio

[back to the reference]

A RadioGroup and Radio components let users select a single value from a group of radio buttons. These components are more flexible then the RadioChoice component in that individual radio choices are full components, unlike with RadioChoice, and thus can be used anywhere in the markup.

Select a person
Select1 Select2 First Name Last Name
[this is where name will be] [this is where lastname will be]

feedbackmessages will be put here