listboxLabel

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

Factory function to create a listboxLabel.

For more information refer to the official documentation


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

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

For more information refer to the official documentation