ReadOnlyOptionalToggleGroupProperty
interface ReadOnlyOptionalToggleGroupProperty : ObservableOptionalToggleGroup, ReadOnlyProperty<ToggleGroup?>
Boilerplate which avoids having to use generics.
Similar to ReadOnlyToggleGroupProperty, but the value can also be null
.