propertyToggleButton

fun <V, P : Property<V?>> propertyToggleButton(property: P, value: V, text: String, block: PropertyToggleButton<V, P>.() -> Unit? = null): PropertyToggleButton<V, P>