Package-level declarations
Checkbox, radiobutton and radiobutton group components.
Types
Link copied to clipboard
open class SwitchInput(value: Boolean = false, className: String? = null, init: SwitchInput.() -> Unit? = null) : CheckBoxInput
The basic input Bootstrap checkbox component rendered as a switch.
Functions
Link copied to clipboard
fun Container.switchInput(value: Boolean = false, className: String? = null, init: SwitchInput.() -> Unit? = null): SwitchInput
DSL builder extension function.