radioGroupOption

fun <CO : HTMLElement> RenderContext.radioGroupOption(option: T, classes: String? = null, id: String? = null, scope: ScopeContext.() -> Unit = {}, tag: TagFactory<Tag<CO>>, initialize: RadioGroup.RadioGroupOption<CO, C, T>.() -> Unit): Tag<CO>

Factory function to create a radioGroupOption.

For more information refer to the official documentation


fun RenderContext.radioGroupOption(option: T, classes: String? = null, id: String? = null, scope: ScopeContext.() -> Unit = {}, initialize: RadioGroup.RadioGroupOption<HTMLDivElement, C, T>.() -> Unit): Tag<HTMLDivElement>

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

For more information refer to the official documentation