diff options
| author | Mark Otto <[email protected]> | 2017-05-27 15:26:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-27 15:26:48 -0700 |
| commit | 8f67ac19a761b8d3ecc80485c3f54aa6ba4fa910 (patch) | |
| tree | d5a2aba4e2e762b283e7cfe60f00e1f239105bbe /docs/components/buttons.md | |
| parent | 6c3f833076a9fa68601741e3e21bd07ad79b7d8a (diff) | |
| parent | db44e4b311317ef760f8412cc33c84146959b248 (diff) | |
| download | bootstrap-8f67ac19a761b8d3ecc80485c3f54aa6ba4fa910.tar.xz bootstrap-8f67ac19a761b8d3ecc80485c3f54aa6ba4fa910.zip | |
Merge branch 'v4-dev' into v4-docs-streamlined
Diffstat (limited to 'docs/components/buttons.md')
| -rw-r--r-- | docs/components/buttons.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/components/buttons.md b/docs/components/buttons.md index fdec395de..7f701d90a 100644 --- a/docs/components/buttons.md +++ b/docs/components/buttons.md @@ -151,13 +151,13 @@ Note that pre-checked buttons require you to manually add the `.active` class to {% example html %} <div class="btn-group" data-toggle="buttons"> - <label class="btn btn-primary active"> + <label class="btn btn-secondary active"> <input type="checkbox" checked autocomplete="off"> Checkbox 1 (pre-checked) </label> - <label class="btn btn-primary"> + <label class="btn btn-secondary"> <input type="checkbox" autocomplete="off"> Checkbox 2 </label> - <label class="btn btn-primary"> + <label class="btn btn-secondary"> <input type="checkbox" autocomplete="off"> Checkbox 3 </label> </div> @@ -165,13 +165,13 @@ Note that pre-checked buttons require you to manually add the `.active` class to {% example html %} <div class="btn-group" data-toggle="buttons"> - <label class="btn btn-primary active"> + <label class="btn btn-secondary active"> <input type="radio" name="options" id="option1" autocomplete="off" checked> Radio 1 (preselected) </label> - <label class="btn btn-primary"> + <label class="btn btn-secondary"> <input type="radio" name="options" id="option2" autocomplete="off"> Radio 2 </label> - <label class="btn btn-primary"> + <label class="btn btn-secondary"> <input type="radio" name="options" id="option3" autocomplete="off"> Radio 3 </label> </div> |
