kvision / pl.treksoft.kvision.form.check / RadioGroupInput / radioGroupInput

radioGroupInput

fun Container.radioGroupInput(options: List<StringPair>? = null, value: String? = null, name: String? = null, inline: Boolean = false, init: RadioGroupInput.() -> Unit = null): RadioGroupInput

DSL builder extension function.

It takes the same parameters as the constructor of the built component.