kvision / pl.treksoft.kvision.form.check / CheckBoxInput / checkBoxInput

checkBoxInput

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

DSL builder extension function.

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