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
|
For the form items below, which interface control is the best option? A single checkbox or yes/no radio button?
|
|||||
|
|
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.
|
|||
|
|
|
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):
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.
|
|||
|
|
|
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:
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:
or
|
|||
|
|