I am building a calculator where the user must choose if has has a hybrid car or not.
I was wondering which is better a checkbox - where you check if you have one.
or a menu with yes/no (defaulting in no)
|
I am building a calculator where the user must choose if has has a hybrid car or not. I was wondering which is better a checkbox - where you check if you have one. or a menu with yes/no (defaulting in no) |
|||||
|
|
By all means the checkbox. No doubt. |
|||
|
|
|
Checkboxes are the preferred control for binary (Yes/No, On/Off, etc.) choices. |
|||||||
|