radioGroup
Extension function for LazyListScope that adds a RadioGroup to a lazy list.
Parameters
The list of RadioListItemType items to be displayed in the radio group.
The initially selected radio item, which is optional.
The vertical arrangement of the items in the column.
The horizontal alignment of the items in the column.
Padding to be applied around the content.
A callback triggered when the selection changes. It provides the selected item and the RadioListItemResult result.
Extension function for LazyListScope that adds a generic RadioGroup to a lazy list.
Parameters
The list of generic items to be mapped to RadioListItemType and displayed in the radio group.
The initially selected item, which is optional.
A function that maps the generic item to a RadioListItemType.
The vertical arrangement of the items in the column.
The horizontal alignment of the items in the column.
Padding to be applied around the content.
A callback triggered when the selection changes. It provides the selected item and the RadioListItemResult.Finalized result.