ControlGroupRenderer

class ControlGroupRenderer(component: FormControlComponent) : ControlRenderer

This implementation of a ControlRenderer is meant for controls that offer multiple control field, like a checkboxGroup or a radioGroup, which already have labels for each control and rather a legend element that the form control adds.

Constructors

Link copied to clipboard
fun ControlGroupRenderer(component: FormControlComponent)

Functions

Link copied to clipboard
open override fun render(    styling: BoxParams.() -> Unit,     baseClass: StyleClass,     id: String?,     prefix: String,     context: RenderContext,     control: RenderContext.() -> RenderContext)