diff --git a/.changeset/young-queens-notice.md b/.changeset/young-queens-notice.md new file mode 100644 index 00000000000..f9e3c7f417f --- /dev/null +++ b/.changeset/young-queens-notice.md @@ -0,0 +1,7 @@ +--- +"@primer/react": patch +--- + +`CheckboxGroup` and `RadioGroup` are now SSR-compatible. + +Warning: In this new implementation, `CheckboxGroup.Caption`, `CheckboxGroup.Label,` and `CheckboxGroup.Validation` must be direct children of `CheckboxGroup`. The same applies to `RadioGroup`.