isRadio
Check if StringProperty is a radio based on the format and enum or oneOf fields.
val property = StringProperty(enum = arrayListOf(""))
val control = Control(
scope = "#/properties/key",
options = Options(format = Format.Radio)
)
val isRadio = property.isRadio(control)
Content copied to clipboard
Return
true if the StringProperty is a radio
Parameters
control
Field contained in the com.paligot.jsonforms.kotlin.models.uischema.UiSchema