The SpCheckBox bean is used to provide a settings choice that has two states, such as on and off.
Consistency between the bean and the context is maintained as follows:
The SpCheckBox bean provides a set of default check box types, each of which invokes a particular behavior when its state changes. The functions of these check boxes are the same as those of the SpButtons (see Button).
Each time this bean changes its state, a DSECoordinationEvent is fired, and the event gets its information from the "type" and "navigationParameters" properties of the check box (see Check Box properties). The event name is the bean name (getName() method) with ".itemStateChanged" appended to it.