Anatomy
- Option Card — Contains icon, title, and description
- Selection Indicator — Circular/checkmark icon in the top-left, indicating selected state
- Container — Supports
gridandlistlayouts
Usage Guidelines
Do ✓
- Use when ≤ 6 options and each needs to show a title + description
- In grid layout, keep 2–3 options per row
- Write clear option descriptions to help users make informed choices
Don't ✗
- Switch to Selector or Radio when more than 6 options are needed
- Don't place complex interactive elements inside each option card
Accessibility
- Single mode: container
role="radiogroup", itemsrole="radio" - Multi mode: container
role="group", itemsrole="checkbox" - Use
aria-labelledbyto associate a label

