Thread Starter
erik58
(@erik58)
In the meantime, I searched through all the options again and found the solution as to why radio buttons and checkboxes are skipped. Depending on the theme, these are not the browser’s standard functions, but custom graphics. When the actual buttons behind them are hidden, the form looks nice, but clicking through with the tab key no longer works. My solution was therefore to remove the graphics, make the standard buttons visible, and customize them via custom CSS.
I’ll take another look at the option with the attributes. Thanks for the tip.