diff options
| author | Mark Otto <[email protected]> | 2014-07-02 22:12:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-02 22:12:39 -0700 |
| commit | a091c90063441e6ccd93307477fe9e3335fd740a (patch) | |
| tree | 532492697501c1b594467e47f5ac11214bf11897 /docs/_includes/css/forms.html | |
| parent | d67fe0f5b9f2a5677a0c0dd5e4e8cc13ea57a91f (diff) | |
| download | bootstrap-a091c90063441e6ccd93307477fe9e3335fd740a.tar.xz bootstrap-a091c90063441e6ccd93307477fe9e3335fd740a.zip | |
fix new form validation
Diffstat (limited to 'docs/_includes/css/forms.html')
| -rw-r--r-- | docs/_includes/css/forms.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index 15bfb93b0..02deb7d67 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -524,7 +524,7 @@ <div class="has-success"> <div class="checkbox"> <label> - <input type="checkbox" id="checkboxError" value="option1"> + <input type="checkbox" id="checkboxSuccess" value="option1"> Checkbox with success </label> </div> @@ -532,7 +532,7 @@ <div class="has-warning"> <div class="checkbox"> <label> - <input type="checkbox" id="checkboxError" value="option1"> + <input type="checkbox" id="checkboxWarning" value="option1"> Checkbox with warning </label> </div> @@ -563,7 +563,7 @@ <div class="has-success"> <div class="checkbox"> <label> - <input type="checkbox" id="checkboxError" value="option1"> + <input type="checkbox" id="checkboxSuccess" value="option1"> Checkbox with success </label> </div> @@ -571,7 +571,7 @@ <div class="has-warning"> <div class="checkbox"> <label> - <input type="checkbox" id="checkboxError" value="option1"> + <input type="checkbox" id="checkboxWarning" value="option1"> Checkbox with warning </label> </div> |
