--- class: ember state: needs-love --- # radio-group A component for creating horizontally laid out radio groups. It seems like we do not use the Ember component at all, but we do use the CSS component here, so we should look at this and decide exactly what to use, and whether it needs refactoring/deprecating. ```hbs preview-template ``` ```css [role="radio-group"] { @extend %radio-group; } ```