UiCheckboxFieldRenderer

class UiCheckboxFieldRenderer(tag: Tag)

Constructors

Link copied to clipboard
constructor(tag: Tag)

Functions

Link copied to clipboard

Renders the field for a Boolean

operator fun <T> invoke(value: T, onChange: (T) -> Unit, on: T, off: T, builder: UiCheckBoxComponent.Options<T>.() -> Unit = {}): ComponentRef<UiCheckBoxComponent<T, UiCheckBoxComponent.Props<T>>>

Renders the field for an the type T