optionalBooleanProperty

A Kotlin delegate to create an OptionalBooleanProperty (the implementation will be a SimpleOptionalBooleanProperty. Typical usage :

val fooProperty by optionalBooleanProperty( initialValue )
var foo by fooProperty