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

<init>

(js) OnsCheckBox(value: Boolean = false, name: String? = null, label: String? = null, rich: Boolean = false, classes: Set<String> = setOf(), init: (OnsCheckBox.() -> Unit)? = null)

Creates a form field checkbox component.

Parameters

value - checkbox input value

name - the name attribute of the generated HTML input element

label - label text bound to the input element

rich - determines if label can contain HTML code

classes - a set of CSS class names

init - an initializer extension function

Constructor
Creates a form field checkbox component.