Props & events
Attributes & behavior classes
A chip can be static, checkbox-backed (selectable), or paired with a remove button — the markup shape determines which behavior applies.
| Attribute / class | Purpose |
|---|---|
aria-disabled="true" | Dims the chip and disables pointer events |
Events
Selectable and removable chips are synced by flickui.js automatically.
| Event | Description |
|---|---|
change (native, checkbox-backed) | Toggles .is-selected on the wrapping .chip to match the hidden checkbox's checked state. |