Class ToggleSwitch

java.lang.Object
javafx.scene.Node
javafx.scene.Parent
javafx.scene.layout.Region
javafx.scene.control.Control
javafx.scene.control.Labeled
atlantafx.base.controls.ToggleSwitch
All Implemented Interfaces:
javafx.css.Styleable, javafx.event.EventTarget, javafx.scene.control.Skinnable, javafx.scene.control.Toggle

public class ToggleSwitch extends javafx.scene.control.Labeled implements javafx.scene.control.Toggle
A control that provides users with the ability to choose between two distinct values. It is functionally similar, though aesthetically different, from the RadioButton and Checkbox.