Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos.
15.93k
stars
833
forks
source link
[ToggleGroup] fix: correct role for single value toggle group #3189
Open
akselinurmio opened 1 month ago
Description
Use correct role
"radiogroup"
instead of"group"
for single value toggle groups.Closes #3188