checkboxGroupOptionDescription

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

Factory function to create a checkboxGroupOptionDescription.

For more information refer to the official documentation


Factory function to create a checkboxGroupOptionDescription with a HTMLSpanElement as default Tag.

For more information refer to the official documentation