Package dev. fritz2. components. checkboxes
Types
Link copied to clipboard
open class CheckboxComponent(value: Store<Boolean>?) : Component<Label> , EventProperties<HTMLInputElement> , ElementProperties<Input> , InputFormProperties, SeverityProperties, TooltipProperties
Content 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
Content copied to clipboard
This class combines the configuration and the core styling of a checkbox group. The rendering itself is also done within the companion object.