Ons Check Box Input
open class OnsCheckBoxInput(value: Boolean = false, inputId: String? = null, className: String? = null, init: OnsCheckBoxInput.() -> Unit? = null)
OnsenUI checkbox input component.
Parameters
value
checkbox input value
input Id
the ID of the input element
class Name
CSS class names
init
an initializer extension function
Inheritors
Constructors
Link copied to clipboard
constructor(value: Boolean = false, inputId: String? = null, className: String? = null, init: OnsCheckBoxInput.() -> Unit? = null)
Creates a checkbox input component.