toggleGroupProperty

A Kotlin delegate to create a ToggleGroupProperty (the implementation will be a SimpleToggleGroupProperty. Typical usage :

val fooProperty by toggleGroupProperty( initialValue )
var foo by fooProperty