I would like to make specific objects on a web page NOT iterable when a user presses tab. To be more specific I have a web page with text input boxes and check boxes, if a user presses 'tab' I want the web browser to iterate through the text input boxes but skip over the check boxes.
But in a general sense which objects can the web browser 'tab' through? How is this set/controlled?