What control to use

Posted by Tarscher on Stack Overflow See other posts from Stack Overflow or by Tarscher
Published on 2010-05-07T07:07:46Z Indexed on 2010/05/07 7:18 UTC
Read the original article Hit count: 118

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about winforms

Related posts about usability