
4.6 General properties of choices
:interaction initarg. The radio-button-panel and check-button-panel are simplybutton-panels with their interactions set appropriately. The interaction possibilities are listed below.
:interaction to:single-selection to force single selection. Only one item may be selected at a time: selecting an item deselects any other selected item.
:interaction to the value:multiple-selection to create a multiple selection choice element. This lets you select as many items as you want. A selected item may be deselected by clicking on it again.
:interaction to the value:extended-selection to create an extended selection element. This is a combination of the other two: Only one item may be selected, but the selection may be extended to more than one item.
:interaction to the value :no-selection to force no interaction.
The accessor choice-interaction is provided for inspecting a choice's interaction.

Generated with Harlequin WebMaker