is there a way to use a `selectableGroup` -modifie...
# compose
s
is there a way to use a
selectableGroup
-modifier on a subset of the items inside a
LazyColumn
? I want to show some radio buttons where each one is placed inside a single
item { }
block. but there are also some other items (like a header) so i cannot add the modifier to the entire
LazyColumn