diff --git a/docs/_data/button-groups.json b/docs/_data/button-groups.json index 9567ab1976..4c532dff7a 100755 --- a/docs/_data/button-groups.json +++ b/docs/_data/button-groups.json @@ -6,9 +6,9 @@ "description": "Base button group style." }, { - "class": ".s-btn-group--container", - "applies": "form", - "description": "When required to wrap one of our buttons within a button group in a form, apply this class to the form to maintain the intended visuals." + "class": ".s-btn-group--radio", + "applies": ".s-btn-group", + "description": "Applies styling to button groups built using radio and label elements." } ] } \ No newline at end of file diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 126f8fb7d8..fa976272d1 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -44,13 +44,13 @@
  1. -
  2. - -
    +
    -
    +
    {% endhighlight %}
    -
    - - -
    - +
    + + + + - -
    - + + +
    @@ -123,13 +123,13 @@ 197 - -
    +
    + {% header "h2", "Radio" %} +

    + Button groups can be implemented using radio elements with the modifier class .s-btn-group--radio. This modifier class assumes all buttons are styled label elements. +

    +
    +{% highlight html %} +
    +
    + + + + + + +
    +
    +{% endhighlight %} +
    +
    + + + + + + +
    +
    +
    +
    +