diff options
| author | Mark Otto <[email protected]> | 2015-01-19 16:01:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-19 16:01:28 -0800 |
| commit | e1dfe01c9ff033cd11774737b115be15b4c5bf5f (patch) | |
| tree | 6947bee67868de724da7d0701692d3617108cc81 | |
| parent | 43e45ce06c99f148308a068e69330f4771608d31 (diff) | |
| download | bootstrap-e1dfe01c9ff033cd11774737b115be15b4c5bf5f.tar.xz bootstrap-e1dfe01c9ff033cd11774737b115be15b4c5bf5f.zip | |
separate examples for inline radios and checkboxes
| -rw-r--r-- | docs/content/forms.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/forms.md b/docs/content/forms.md index b538a586e..b825a55e4 100644 --- a/docs/content/forms.md +++ b/docs/content/forms.md @@ -225,7 +225,9 @@ Use the `.checkbox-inline` or `.radio-inline` classes on a series of checkboxes <label class="checkbox-inline"> <input type="checkbox" id="inlineCheckbox3" value="option3"> 3 </label> +{% endexample %} +{% example html %} <label class="radio-inline"> <input type="radio" name="inlineRadioOptions" id="inlineRadio1" value="option1"> 1 </label> |
