Projects/Usability/HIG/RadioButtons

    From KDE TechBase
    < Projects‎ | Usability‎ | HIG
    Revision as of 08:49, 29 July 2013 by Htietze (talk | contribs)
    The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


    Purpose

    Radio buttons offer the user a choice of two or more mutually exclusive options. Try to limit the number of radio buttons and radio button groups in a dialog. Offering a high number of radio buttons consumes screen space and adds to visual clutter. At the same time, showing all available options at once is an advantage if users are likely not to know possible alternatives.

    Examples

    Guidelines

    Is this the right control

    • Use radio buttons for a few mutually exclusive options. If there are more than five options (or if there is not enough space to arrange four or five options), use a combo box or list instead.
    • If there are only two options where one is the negation of the other (e.g. "apply" vs. "do not apply"), consider replacing the radio buttons by one check box.
    • Use radio buttons if the user should see the choices without further interaction.
    • Do not use a radio button to initiate an action. Consider using a push button instead.
      File:RadioButtons-4-bad.png File:RadioButtons-4-good.png

    Behavior

    Appearance

    Implementation