kvision / pl.treksoft.kvision.form.check / RadioInput / radioInput

radioInput

fun Container.radioInput(value: Boolean = false, classes: Set<String> = setOf(), init: (CheckInput.() -> Unit)? = null): RadioInput

DSL builder extension function.

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