Package dev.fritz2.components.checkboxes

Types

Link copied to clipboard

This class combines the configuration and the core styling of a checkbox.

Link copied to clipboard
open class CheckboxGroupComponent<T>(items: List<T>, values: Store<List<T>>?) : Component<Div> , InputFormProperties, SeverityProperties, OrientationProperty, TooltipProperties

This class combines the configuration and the core styling of a checkbox group. The rendering itself is also done within the companion object.