
1.5.6
Inspector
Session: 857 bytes
Page: 11.7K
A ListChoice component lets users select a multiple values from a scrollable list.
<span wicket:id="sites">
</span>
<span wicket:id="choices">
</span>
CheckBoxMultipleChoice siteChoice = new CheckBoxMultipleChoice("sites", SITES);
form.add(siteChoice);
ListMultipleChoice manyChoice = new CheckBoxMultipleChoice("choices", MANY_CHOICES);
form.add(manyChoice);