invoke

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

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