OnsCheckBoxInput

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

inputId

the ID of the input element

className

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.

Properties

Link copied to clipboard

The ID of the input element.

Link copied to clipboard

A modifier attribute to specify custom styles.

Functions

Link copied to clipboard
open fun afterInsert(node: <Error class: unknown class>)
Link copied to clipboard
open fun buildAttributeSet(attributeSetBuilder: <Error class: unknown class>)
Link copied to clipboard
open fun refreshState()
Link copied to clipboard
open fun render(): <Error class: unknown class>