propertyRadioButton
fun propertyRadioButton(value: V, text: String, block: PropertyRadioButton<V, P>.() -> Unit? = null): PropertyRadioButton<V, P>
fun propertyRadioButton(value: V, text: String, graphic: Node?, block: PropertyRadioButton<V, P>.() -> Unit? = null): PropertyRadioButton<V, P>