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