OptionGroup Statement

OptionGroup .<nameofthegroup>

OptionButton starting x position, starting y position, width, height

OptionButton starting x position, starting y position, width, height

You can have option buttons to allow the user to choose one option from several options. Typically, you would use a group box to surround a group of option buttons.

An option group consists of a group frame that contains a set of check boxes, toggle buttons, or option buttons.

For more information, see "Option Buttons and Group Boxes".

More:

Example - OptionGroup Statement