radioGroupValidationMessages

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

Factory function to create a radioGroupValidationMessages.

For more information refer to the official documentation


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

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

For more information refer to the official documentation