OnsCheckBoxInput(value: Boolean = false, inputId: String? = null, classes: Set<String> = setOf(), init: (OnsCheckBoxInput.() -> Unit)? = null)
Creates a checkbox input component.
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.