checkboxGroupOptionLabel

fun <CL : HTMLElement> RenderContext.checkboxGroupOptionLabel(    classes: String? = null,     scope: ScopeContext.() -> Unit = {},     tag: TagFactory<Tag<CL>>,     content: Tag<CL>.() -> Unit): Tag<CL>

Factory function to create a checkboxGroupOptionLabel.

For more information refer to the official documentation


fun RenderContext.checkboxGroupOptionLabel(    classes: String? = null,     scope: ScopeContext.() -> Unit = {},     content: Tag<HTMLLabelElement>.() -> Unit): Tag<HTMLLabelElement>

Factory function to create a checkboxGroupOptionLabel with a HTMLLabelElement as default Tag.

For more information refer to the official documentation