Tab to labels

Hello,
I am currently working on a tool that, for accessibility reasons, needs to be able to select labels. I have made my labels selectable and given them a proper tab index but when I attempt to tab to them it jumps over them. Any help would be greatly appreciated!

use textfields and disable KEYDOWN or set to READONLY

Perfect! Thank you!