I have a form with two checkboxes. But when using the tab-key to move through the form, these two checkboxes are just skipped.
Even if I set the tabFocus: true when creating the checkbox, tabbing just moves right pass these two.
I would prefer them to receive focus, and enable me to press the spacebar, to check/uncheck them.
If I set customCheckbox: false for the element, they will receive focus and I can check/uncheck using the spacebar. But then they don’t look as nice as the rest of the form, and visually, I cannot see that they actually have focus.