RadioListItem
fun RadioListItem(modifier: <Error class: unknown class> = Modifier, type: RadioListItemType, isSelected: Boolean = false, onSelected: (RadioListItemResult) -> Unit)
Composable function for rendering a radio list item.
Parameters
modifier
Modifier for customizing the appearance and behavior of the item.
type
The type of the radio list item, which can be predefined or custom.
isSelected
Whether the item is currently selected.
onSelected
Callback triggered when an item is selected or unselected.