I have a list of radio buttons. when I tab through them, seems like only the first radio button or the one that is selected will get focused, the rest of the radio buttons w
If you are using angularjs, you can control radio button directly with ng-model by using same ng-model and removing name.
Now one more advantage beside tab press is that you can first focus through the radio button without actually selecting it. You can then select by pressing space.