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

ControlGroupRenderer
Link copied to clipboard
js
fun ControlGroupRenderer(component: FormControlComponent)

Functions

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