Data Entry - Yes/No

  • Thread starter Thread starter Paul Tholfsen
  • Start date Start date
P

Paul Tholfsen

I have a form with a number of Yes/No fields to be filled in. The user can
select yes by clicking the box. But for a pure keyboard user, using tab to
move through the items, what would be the way to enter yes?
Is there a way to use the & in the field name to permit Alt-Something, or is
there a simpler solution?

--
Paul Tholfsen
Bellingham, WA

(e-mail address removed)
Please Delete XYZ
 
I have a form with a number of Yes/No fields to be filled in. The user can
select yes by clicking the box. But for a pure keyboard user, using tab to
move through the items, what would be the way to enter yes?
Is there a way to use the & in the field name to permit Alt-Something, or is
there a simpler solution?

Pressing the space bar while a checkbox has the focus will toggle the input
true/false/true/false etc.


Wayne Gillespie
Gosford NSW Australia
 
Back
Top