Package dev.fritz2.components.radios

Types

Link copied to clipboard
open class RadioComponent(value: Store<Boolean>? = null) : Component<Label> , EventProperties<HTMLInputElement> , ElementProperties<Input> , InputFormProperties, SeverityProperties, TooltipProperties

This class combines the configuration and the core styling of a radio button.

Link copied to clipboard
open class RadioGroupComponent<T>(items: List<T>, value: Store<T>? = null) : Component<Div> , InputFormProperties, SeverityProperties, OrientationProperty, TooltipProperties

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