Package dev.fritz2.components.checkboxes

Types

CheckboxComponent
Link copied to clipboard
js
This class combines the configuration and the core styling of a checkbox.
CheckboxGroupComponent
Link copied to clipboard
js
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.