Check Box Display Type |
A check box is a control that displays a choice between states. They can be used for two mutually exclusive states such as On and Off, or Yes and No. However, it is sometimes possible that a value is allowed to be NULL, in which case the undefined state can be selected. If there are more than two valid (i.e. non-empty) states to choose from, use option buttons, or a dropdown list box. The On/Off state of one check box must not influence the state of another check box. If the choices between the states are mutually exclusive, use option buttons. Guidelines for the use of check boxes are:
|