Class RadioPane<T>

Type Parameters:
T - The type of items that will be represented as radio buttons.
All Implemented Interfaces:
InputControl<T>, Styleable, EventTarget

public class RadioPane<T> extends VBox implements InputControl<T>
A custom control pane that arranges radio buttons vertically. This class extends VBox and implements InputControl to provide selection and validation capabilities.