get-item-label in radio-box%
Gets the label of a radio button by position. Radio buttons are
numbered from 0.
( -> string
send a-radio-box get-item-label n)
n : exact non-negative integer
If n is equal to or larger than the number of radio buttons in
the radio box, an exn:application:mismatch exception is raised.