(updated combo box) |
|||
| 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. | ||
| + | === General 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 10: | ||
* 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: | |
| + | |||
* the list of options may change over time, | * the list of options may change over time, | ||
* the contents are obvious from the label and the one selected item, for example ''Month'' and ''January'' | * the contents are obvious from the label and the one selected item, for example ''Month'' and ''January'' | ||
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: