Thanks for all the good advice. Found my mental block. Solution: radio = [r for r in cbc['radio_ped'].get_group() if r.get_active()][0] radiolabel = radio.get_label() where radio_ped is the group name of the radio buttons Brian