Author: Jindrich Dinga
1. Introduction
This document is the user experience specification for JavaFX Label control.
...
You can also use a label to describe a group of components.
In the following picture, the Color label describes a group of three radio buttons. The other text (Red, Green, and Blue) is part of the radio buttons and not a separate component. The Color label is not a separate component for the purpose of navigation.
Figure 2 Label That Describes a Radio Button Group

...