Check Boxes

Check boxes are used to show or change a setting. Its two states, set and unset, are shown by the presence or absence of a checkmark in the labelled box.

Figure 6.10. A typical group of check boxes

A typical group of five check boxes in a dialog

Guidelines

Clicking a check box should not affect the values of any other controls. It may sensitize, insensitize, hide or show other controls, however. Do not place more than about eight check boxes under the same group heading. If you need more than eight, try to use blank space, heading labels or frames to divide them into smaller groups. Otherwise, consider using a check box list instead but you probably also need to think about how to simplify your user interface.