Which of the following statements is false?
a. You add multiple RadioButtons to a ToggleGroup to ensure that many RadioButtons in a given group can be selected at a time.
b. You can specify each RadioButton’s ToggleGroup in FXML.
c. You can create a ToggleGroup in Java, then use a RadioButton’s setToggleGroup method to specify its ToggleGroup.
d. A TitledPane displays a title at its top and is a collapsible panel containing a layout node, which in turn contains other nodes.
A
Computer Science & Information Technology