set-selection in radio-box%

Sets the selected radio button by position. (The control's callback procedure is not invoked.) Radio buttons are numbered from 0.

A radio box's selection can be changed by the user clicking the control, and such changes do not go through this method; use the control callback procedure (provided as an initialization argument) to monitor selection changes.