I am having a `mutableStateListOf`in viewmodel, an...
# compose
v
I am having a `mutableStateListOf`in viewmodel, and and using that list in lazycolumn, so I have checkbox in each item, so I would have to recompose whole list by changing the data in list , if I check and uncheck checkbox?
or updating each item will recompose my list