Tell me more ×
User Experience Stack Exchange is a question and answer site for user experience researchers and experts. It's 100% free, no registration required.

For the form items below, which interface control is the best option? A single checkbox or yes/no radio button?

Read EWLS advice letter?
Checked images / report on PACS / CRIS?
Pacemaker?
Unable to localise stone
share|improve this question
What comes before and after this? Can you give us a little more information on what it is that you are building? – JeroenEijkhof Aug 15 '12 at 17:09
That form is rather confusing. We need a lot more information. – DA01 Aug 15 '12 at 17:33

3 Answers

up vote 5 down vote accepted

It would be helpful to get more context around the question and what the user is trying to accomplish. Checkboxes can work and can probably be faster for the user to fill out the form since there will be fewer options to visually inspect. If you are going to go with checkboxes you might need to add clarifying text. e.g. What does "pacemaker" mean? Does it mean a patient has a pacemaker/pacemaker was checked? Just so that when the user checks the options they know what it actually means. Keeping keywords at the beginning of the checkbox would also be good e.g.

  • EWLS advice letter read
  • Image checked
  • PACS reported
  • CRIS reported
  • Pacemaker present
  • Stones not localised
share|improve this answer

My rules of thumb:

If you need to make sure the user actually did consider all available options, you need radio buttons (or checkboxes that behave like):

Did you read the entire contract?............[ ] Yes [ ] No
Twice?.......................................[ ] Yes [ ] No

If this does not apply: Checkbox if the opposite is obvious (usually: label mentions an action, if unchecked that action is not taken, wiht no other side effects).

Otherwise, radio buttons to describe the alternatives.

[x] Include Lunch

(*) Italian
( ) Indian

share|improve this answer

A radio should be used where there is a question/choice with more than one option and those options need to be mutually exclusive, e.g:

Can we use your email address for marketing?

( ) Yes

( ) No

Whereas the purpose of a checkbox is for a question/choice where there is only one answer, or multiple choices which are not mutually exclusive, e.g:

[ ] Tick the box if we can use your email address for marketing

or

I am interested in

[ ] Music

[ ] Art

[ ] Films

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.