Please use code tags when posting code examples (# button on the toolbar).
You can get to the label with radio.boxLabel, but you shouldn't be trying to retrieve this label in the first place. The value returned by getValue() should uniquely identify the entry within your data model and if you need the boxLabel for something else you should grab it from that entry.