kvision / pl.treksoft.kvision.onsenui.form / OnsCheckBoxInput / <init>

<init>

(js) OnsCheckBoxInput(value: Boolean = false, inputId: String? = null, classes: Set<String> = setOf(), init: (OnsCheckBoxInput.() -> Unit)? = null)

Creates a checkbox input component.

Parameters

value - checkbox input value

inputId - the ID of the input element

classes - a set of CSS class names

init - an initializer extension function

Constructor
Creates a checkbox input component.