OnsSwitch
constructor(value: Boolean = false, name: String? = null, label: String? = null, rich: Boolean = false, className: String? = null, init: OnsSwitch.() -> Unit? = null)(source)
Creates a form field switch component.
Parameters
value
switch 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
className
CSS class names
init
an initializer extension function