How to display a Value List with check boxes?
Hi everyone!
A question from a newby
Is there any OOTB way to visualize a Value List with a checkbox associated with each element?
In the application I have several lists of phone numbers, which I'd like to present as a single list, and provide an opportunity to choose items. I'm now developing an activity, which copies elements into a Page List, which is in turn displayed in a grid, however I suffer strong subconscious feeling that this is rather bad architectural solution to create a separate class for storing only single property and exploiting pySelected from @baseclass... As far as i understood, a possible alternative is to customize HTML code of StringList control to sutisfy this condition, which will include creating a second ValueList of boolean values and somehow connecting it to the initial one.
So, I will realy appreciate any suggestions on how to implement this task in more consistent way.
Pega 6.2.
Thanks in advance.