checkboxGroupOptionToggle

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

Factory function to create a checkboxGroupOptionToggle.

For more information refer to the official documentation


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

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

For more information refer to the official documentation