Radio Buttons Group
Represents a Material UI styled group of radio buttons for selecting a single option.
Overview
Initializer
RadioButtonGroup(
_ data: Data,
id: KeyPath<Data.Element, ID>,
selection: Binding<Data.Element>,
@ViewBuilder _ content: @escaping (Data.Element) -> Content
)Parameters
Parameter
Description
Example


Last updated