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
fun RenderContext.checkboxGroupOptionDescription(classes: String? = null, scope: ScopeContext.() -> Unit = {}, content: Tag<HTMLSpanElement>.() -> Unit): Tag<HTMLSpanElement>
Factory function to create a checkboxGroupOptionDescription with a HTMLSpanElement as default Tag.
For more information refer to the official documentation