FilterChipGroup

fun FilterChipGroup(options: List<String>, selectedOptions: Set<String>, onSelectionChange: (Set<String>) -> Unit, modifier: Modifier = Modifier)

Grupo de chips de filtro con selección múltiple.

Parameters

options

Lista de opciones a mostrar.

selectedOptions

Conjunto de opciones seleccionadas.

onSelectionChange

Callback con el nuevo conjunto al pulsar un chip.