tsimport {SelectableCard} from '@astryxdesign/core/SelectableCard'
| Guidance | Practices |
|---|---|
| Do | Use for plan pickers, filter chips, or option grids. |
| Do | For single-select track one ID; for multi-select use a Set. |
| Don't | Use for navigation; use ClickableCard for that. |