Md Filter Chip
open class MdFilterChip(label: String, elevated: Boolean = false, removable: Boolean = false, selected: Boolean = false, disabled: Boolean = false, alwaysFocusable: Boolean = false, ariaLabelRemove: String? = null, className: String? = null, init: MdFilterChip.() -> Unit? = null) : MdChip, RemovableChip
Filter chips use tags or descriptive words to filter content. They can be a good alternative to toggle buttons or checkboxes.
https://material-web.dev/components/chip/#filter-chip-example
Author
Maanrifa Bacar Ali