I am afraid you will need to use a listbox and checkmarks: ring controls (the same as standard listboxes) accept only one active element at a time.
If you really need a multi-select list of elements, you could use the tree control: hiding connecting lines and plus/minus signs you obtain an aspect very similat to a listbox. The tree control also can hold different columns so that you can format your line content.