SelectableItem

constructor(mutableState: MutableState<Boolean>, onUpdated: (Boolean) -> Unit? = null)(source)

Parameters

mutableState

The underlying {@link MutableState} that holds the selection state.

onUpdated

An optional callback that is invoked when the selection state is updated.