The igc-radio-group component unifies one or more igc-radio buttons.

Slots
default — Default slot

Alignment of the radio controls inside this group.

alignment: ContentOrientation
defaultValue: string

Gets/Sets the name for all child igc-radio components.

name: string

Gets/Sets the checked igc-radio element that matches value

value: string
onChange(args: CustomEvent<IgrRadioChangeEventArgs>): void

Parameters

Returns void