Check boxes consist of several toggle buttons that present a set of options to the user. The user can choose none, all, or any combination of the buttons. A CwRowColumn widget can be used to contain the buttons. When the row-column's radioBehavior resource is false, its default, more than one toggle button can be selected at a time.
The valueChanged callback used by the code is shown below. A message is written to the transcript whenever a button is selected or deselected.
|