tsimport {RadioList} from '@astryxdesign/core/RadioList'
| Guidance | Practices |
|---|---|
| Do | Keep the number of options small: typically 2 to 7 choices. |
| Do | Use clear, concise labels that differentiate each option at a glance. |
| Do | Pre-select a default option when there's a sensible default; don't leave the group empty unless the choice is optional. |
| Don't | Use when multiple selections are needed; use CheckboxList instead. |
| Don't | Use for long lists; use Selector for better discoverability. |
| Don't | Use horizontal layout with more than 4 options; it wraps awkwardly. |