PROBLEM: Appears there is no way to skip fields during tabbing. Specifically CHECK BOX fields (at this point).
GOAL: Skip check box fields (actually ANY field I wish) during data entry.
Any way to turn OFF the tabbing feature for CHECK BOX fields?
tabbing tab order
you can do it manually, by putting setFocus() on that field's event, to make it skip to the next one.