User Invitation Item
fun UserInvitationItem(user: UikitUser, isSelected: Boolean, modifier: Modifier = Modifier, isMember: Boolean = false, onCheckedChange: (UikitUser) -> Unit = {})
Represents a single item in the user invitation list.
Since
1.0.0-beta.1
Parameters
user
The UikitUser to show.
is Selected
To indicate if the user is selected in the list.
modifier
The modifier to be applied to the view.
is Member
To indicate if the user is already a member of the channel. Defaults to false
.
on Checked Change
The handler for when the check state changes.