Source Multi Select Chip
Multi-select version of the SourceChip component. This chip is designed to be used in a row of chips where multiple chips can be selected at once. When isSelected is true, a check icon will be displayed after the title.
Parameters
The text displayed inside the chip.
Whether the chip is selected.
The size of the chip. See SourceChip.Size for available options.
Whether to display a badge on the chip. If true, the badge will be displayed with the colour defined in style.
Callback triggered when the chip is clicked.
Modifier to adjust the chip layout or appearance.
The style of the chip, including content colour, background colour, border, and more. See SourceChip.Style. Defaults to SourceChip.Style.Default.
Optional label for the onClick action.
Optional content to display an icon/image before the title.