Re: UI design problem - exclusive checkboxes



Koms Bomb wrote:
I have a UI design problem.

I have four checkboxes, each one is one function and whenever one is
selected, the other checkboxes should be invalid (unchecked).
You may say radio boxes are the best choice, but I must allow all
checkboxes unchecked, that's to say, the user can leave all checkboxes
unchecked.

I'd consider a ComboBox for something like that. You can have an option in
the list for "None". It also gives you a little extra flexibility by letting
you have longer text strings than your ui might otherwise have room for with
checkboxes.

--
Jim Rowell


.



Relevant Pages

  • Re: Need help with "Binary field replaces 7 individual checkboxes"
    ... my goal is not to compress data. ... But it doesn't save the checked checkboxes into my field "SecondaryTOA". ... an error = "Invalid use of Null" ...
    (microsoft.public.access.formscoding)
  • Re: Grabbing checkbox values
    ... I need to grab only those checkboxes ... Have all the checkboxes names the same, ... The you will be able to use an array on the PHP side, ... The invalid argument is probably because none of the checkboxes are checked, so you're not getting anything in your PHP code. ...
    (comp.lang.php)
  • Re: Grabbing checkbox values
    ... I need to grab only those checkboxes ... Have all the checkboxes names the same, ... The you will be able to use an array on the PHP side, ... The invalid argument is probably because none of the checkboxes are checked, so you're not getting anything in your PHP code. ...
    (comp.lang.php)
  • problem with foreach
    ... I have an html page with checkboxes: ... Invalid argument supplied for foreach() in ... I googled some checkbox/foreach pages on google, but I don't see where I'm going wrong. ...
    (php.general)
  • Re: UI design problem - exclusive checkboxes
    ... I have four checkboxes, each one is one function and whenever one is ... the other checkboxes should be invalid. ... You may say radio boxes are the best choice, ... that checkbox controls the enable/disable of ...
    (borland.public.delphi.non-technical)