Checkbox Tabindex Problem

Hi,

I have a problem with a checkbox that does not get the focus when tabbing through the form.

I created a simple form with some TextFields on it (tabindex 1-4).
The checkbox has tabindex 5, but never gets the focus when I use the tab key to advance through the widgets.
Instead it jumps to the next widget, in this case a button.

I also explicitly set the visual order of the fields by using the setVisibleItemProperties method of the Form.
Additionally, I’m using a field factory which is in fact also responsible for setting the tabindex.

Any suggestions are welcome!
Best regards,
Andy.

same problem… 9 years later!!!