dave08
08/07/2023, 3:22 PMUiState
object with a Flow<PagingData<ItemWrapper>>
(Paging 3) for it's items, and item is data class ItemWrapper(val item: Item, val isChecked: Boolean)
how can I get my view model to modify that isChecked
when the user selects an ItemWrapper?