OnsCheckBoxInput

constructor(value: Boolean = false, inputId: String? = null, className: String? = null, init: OnsCheckBoxInput.() -> Unit? = null)

Creates a checkbox input component.

Parameters

value

checkbox input value

inputId

the ID of the input element

className

CSS class names

init

an initializer extension function