Package dev.fritz2.components.radios

Types

RadioComponent
Link copied to clipboard
js
This class combines the configuration and the core styling of a radio button.
RadioGroupComponent
Link copied to clipboard
js
open class RadioGroupComponent<T>(items: List<T>, value: Store<T>?) : Component<Div> , InputFormProperties, SeverityProperties, OrientationProperty, TooltipProperties
This class combines the configuration and the core styling of a radio group.