D
Dr J R Stockton
In comp.lang.javascript message <[email protected]>
, Wed, 2 Jan 2008 19:48:21, Richard Cornford
There is no requirement that one of them be selected initially, and it
can be appropriate to require a nominally-conscious choice rather than
providing a default.
If that means that there is something naturally yes/no or on/off about
the states, then yes; but otherwise a pair of checkbuttons can make more
sense to the user. Consider the species selector in a record in a
database of cats'n'dogs.
, Wed, 2 Jan 2008 19:48:21, Richard Cornford
Radio buttons are expected to be in sets (all with the same name) and
operate in a way that guarantees that at least one of them is always
checked.
There is no requirement that one of them be selected initially, and it
can be appropriate to require a nominally-conscious choice rather than
providing a default.
An single input element that is expected to have one of two boolean
states is best represented with a 'checkbox' element.
If that means that there is something naturally yes/no or on/off about
the states, then yes; but otherwise a pair of checkbuttons can make more
sense to the user. Consider the species selector in a record in a
database of cats'n'dogs.