ChoiceGroupItem
constructor(key: T, content: ChoiceContent, leadingContent: ChoiceLeadingContent = ChoiceLeadingContent.None, trailingContent: ChoiceTrailingContent = ChoiceTrailingContent.None, enabled: Boolean = true)(source)
Parameters
T
The type of the key used to uniquely identify each item in the group.