diff --git a/.changeset/radio-group-atom.md b/.changeset/radio-group-atom.md new file mode 100644 index 0000000..b48fa2f --- /dev/null +++ b/.changeset/radio-group-atom.md @@ -0,0 +1,13 @@ +--- +'@code-sherpas/pharos-react': minor +--- + +Add `RadioGroup` + `RadioGroupItem`, a set of mutually exclusive options (the +shadcn RadioGroup contract) over Base UI's `RadioGroup` + `Radio` — +`role="radiogroup"` / `role="radio"`, arrow-key navigation, single selection, +and the shared Button / Input / Checkbox / Switch focus ring. Completes the +boolean/choice form-control family (Checkbox → Switch → Radio). Compound +(group + item) because the selection semantics live on the group. Label-less by +design (D11): pair the group with a `