Hi all,
I have a list of devices that I need to filter on according to options selected by the user. One such option is cooling: when the user selects cooling only the devices with cooling are shown. If cooling is not selected then all devices (with or without cooling) are shown.
I wonder what kind of control I best use for this. My feeling is thata checkbox is not a good control since it represents:
No cooling (unchecked) / only cooling
(checked)
while I want
cooling and no cooling (unchecked)/
only cooling (checked).
What control is best used here?
Thanks.