onsCheckBoxInput
fun Container.onsCheckBoxInput(value: Boolean = false, inputId: String? = null, className: String? = null, init: OnsCheckBoxInput.() -> Unit? = null): OnsCheckBoxInput(source)
DSL builder extension function.
It takes the same parameters as the constructor of the built component.