Re: CheckBoxMultipleChoice with sections

2008-04-03 Thread Igor Vaynberg
you could use CheckGroup/Check components -igor On Thu, Apr 3, 2008 at 6:37 AM, Brian Edwards <[EMAIL PROTECTED]> wrote: > I am trying to create a CheckBoxMultipleChoice subclass that supports > sections. The class of items in the list will have a section name and > a description. The l

CheckBoxMultipleChoice with sections

2008-04-03 Thread Brian Edwards
I am trying to create a CheckBoxMultipleChoice subclass that supports sections. The class of items in the list will have a section name and a description. The list will guarantee that it is grouped by sections. My idea was to override getPrefix(), call a getter to get the current choice, and if