ChannelCreationItem

fun ChannelCreationItem(user: UikitUser, isSelected: Boolean, modifier: Modifier = Modifier, onCheckedChange: (UikitUser) -> Unit = {})

Represents a single item in the channel creation list.

Since

1.0.0-beta.1

Parameters

user

The UikitUser to show.

isSelected

To indicate if the user is selected in the list.

modifier

The modifier to be applied to the view.

onCheckedChange

The handler for when the check state changes.