radioGroupOptionDescription
fun <CL : HTMLElement> RenderContext.radioGroupOptionDescription(classes: String? = null, scope: ScopeContext.() -> Unit = {}, tag: TagFactory<Tag<CL>>, content: Tag<CL>.() -> Unit): Tag<CL>
Factory function to create a radioGroupOptionDescription.
For more information refer to the official documentation
fun RenderContext.radioGroupOptionDescription(classes: String? = null, scope: ScopeContext.() -> Unit = {}, content: Tag<HTMLSpanElement>.() -> Unit): Tag<HTMLSpanElement>
Factory function to create a radioGroupOptionDescription with a HTMLSpanElement as default Tag.
For more information refer to the official documentation