SimpleOptionalToggleProperty
open class SimpleOptionalToggleProperty(initialValue: Toggle?, bean: Any? = null, beanName: String? = null) : SimpleProperty<Toggle?> , OptionalToggleProperty
Boilerplate which avoids having to use generics.
Similar to SimpleToggleProperty, but the value can also be null
.