toggleGroupProperty

The toggleGroup ensures that more than one button in the same ToggleGroup are selected at the same time. For a ToggleButton the user can choose to select no items (by clicking the selected ToggleButton). But, for a RadioButton this is not possible. Clicking the selected RadioButton does nothing. It stays selected.