booleanProperty

A Kotlin delegate to create a BooleanProperty (the implementation will be a SimpleBooleanProperty. Typical usage :

val fooProperty by booleanProperty( initialValue )
var foo by fooProperty