Is it possible to provide objects instead of labels for the widgets in Merlin? I am particularly thinking about MultiCheckboxesPart so that it is provided with some objects and it shows their labels. Later, I would like to get the user selection object instead of a label.

Currently, I only know how to provide labels and once user chooses (e.g. a checkbox, i only get the selected label) and then I have to keep a dictionary to determine the corresponding selector. Ideally, we should provide an object along with a selector to get the labels/other properties to be displayed.

May be something to take up at the upcoming sprint.

regards,
Usman