kvision / pl.treksoft.kvision.onsenui.form / onsSwitchInput

onsSwitchInput

(js) fun Container.onsSwitchInput(value: Boolean = false, inputId: String? = null, classes: Set<String>? = null, className: String? = null, init: (OnsSwitchInput.() -> Unit)? = null): OnsSwitchInput

DSL builder extension function.

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