# Chip Bindable toggle pill for compact filters on the shared control ladder. Use the default Chip for compact filters and selectable attributes. Chip uses the same control ladder as adjacent interactive elements. ## API The package declarations define these public members. | Member | Type | Kind | Required | Default | Description | | --- | --- | --- | --- | --- | --- | | `active` | `boolean` | binding | No | `false` | No additional description. | | `children` | `Snippet` | snippet | No | `undefined` | No additional description. | | `disabled` | `boolean` | prop | No | `false` | No additional description. | | `icon` | `IconGlyph` | prop | No | `undefined` | Leading glyph component. | | `onActiveChange` | `(active: boolean) => void` | callback | No | `undefined` | No additional description. | | `size` | `ControlSize` | prop | No | `'md'` | No additional description. | ## Related - [Button](/docs/components/button): Primary action control or link with variants and loading state. - [CopyButton](/docs/components/copy-button): Clipboard action with temporary copied feedback. - [Toolbar](/docs/components/toolbar): Data-driven toolbar with roving focus, action presentations and tones, and toggle groups.