| Line 1: | Line 1: | ||
Combo boxes (also known as a dropdown box) offer the user a choice of two or more mutually exclusive options. Their disadvantage compared to related controls like radio buttons or lists is that the options are not visible without further interaction. | Combo boxes (also known as a dropdown box) offer the user a choice of two or more mutually exclusive options. Their disadvantage compared to related controls like radio buttons or lists is that the options are not visible without further interaction. | ||
| − | === | + | === Guidelines === |
* For 3 or fewer options, use a set of [[Projects/Usability/HIG/Radio_Buttons|radio buttons]]. | * For 3 or fewer options, use a set of [[Projects/Usability/HIG/Radio_Buttons|radio buttons]]. | ||
| Line 9: | Line 9: | ||
* Use sentence style capitalization for the label and the options. | * Use sentence style capitalization for the label and the options. | ||
* If activating a choice affects the appearance or the enabled state of other controls, place them next to the combo box or below the combo box with a space indentation. | * If activating a choice affects the appearance or the enabled state of other controls, place them next to the combo box or below the combo box with a space indentation. | ||
| + | |||
Controls that show the options without further user interaction are preferable, except for the following cases: | Controls that show the options without further user interaction are preferable, except for the following cases: | ||
Combo boxes (also known as a dropdown box) offer the user a choice of two or more mutually exclusive options. Their disadvantage compared to related controls like radio buttons or lists is that the options are not visible without further interaction.
Controls that show the options without further user interaction are preferable, except for the following cases: