checkboxGroupValidationMessages

fun <CV : HTMLElement> RenderContext.checkboxGroupValidationMessages(classes: String? = null, scope: ScopeContext.() -> Unit = {}, tag: TagFactory<Tag<CV>>, initialize: ValidationMessages<CV>.() -> Unit)

Factory function to create a checkboxGroupValidationMessages.

For more information refer to the official documentation


fun RenderContext.checkboxGroupValidationMessages(classes: String? = null, scope: ScopeContext.() -> Unit = {}, initialize: ValidationMessages<HTMLDivElement>.() -> Unit)

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

For more information refer to the official documentation