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