Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
e1dfe01c
Commit
e1dfe01c
authored
10 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
separate examples for inline radios and checkboxes
parent
43e45ce0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/content/forms.md
+2
-0
docs/content/forms.md
with
2 additions
and
0 deletions
+2
-0
docs/content/forms.md
+
2
-
0
View file @
e1dfe01c
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets