radioGroupOptionToggle

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

Factory function to create a radioGroupOptionToggle.

For more information refer to the official documentation


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

Factory function to create a radioGroupOptionToggle with a HTMLDivElement as default Tag.

For more information refer to the official documentation