radio-button-choice Widgettype ::= (radio-button-choice [keyword argument]... type ... )
The component types specify the choices, with one radio button for each. The widget's value will be that of the chosen type argument. This widget matches any value that matches at least one of the specified type arguments.
The following extra properties are recognized.
:entry-format:button-args:buttons:children:choice:argsYou can add extra radio button items to a radio-button-choice
widget after it has been created with the function
widget-radio-add-item.
Add to
radio-button-choicewidget widget a new radio button item of type type.
Please note that such items added after the radio-button-choice
widget has been created will not be properly destructed when
you call widget-delete.