diff --git a/src/components/checkbox/demoBasicUsage/index.html b/src/components/checkbox/demoBasicUsage/index.html
index 24e006a62df..e8d42e65283 100644
--- a/src/components/checkbox/demoBasicUsage/index.html
+++ b/src/components/checkbox/demoBasicUsage/index.html
@@ -1,23 +1,28 @@
-
-
- Checkbox 1: {{ data.cb1 }}
-
-
-
- Checkbox 2 (md-warn): {{ data.cb2 }}
-
-
-
- Checkbox: Disabled
-
-
-
- Checkbox: Disabled, Checked
-
-
-
- Checkbox (md-primary): No Ink
-
+
+
+ Checkbox 1: {{ data.cb1 }}
+
+
+
+
+ Checkbox 2 (md-warn): {{ data.cb2 }}
+
+
+
+
+ Checkbox: Disabled
+
+
+
+
+ Checkbox: Disabled, Checked
+
+
+
+
+ Checkbox (md-primary): No Ink
+
+
diff --git a/src/components/checkbox/demoBasicUsage/style.css b/src/components/checkbox/demoBasicUsage/style.css
index 5e315af58ca..ba7558bd39e 100644
--- a/src/components/checkbox/demoBasicUsage/style.css
+++ b/src/components/checkbox/demoBasicUsage/style.css
@@ -1,4 +1,6 @@
-
-body {
- padding: 20px;
+.checkboxDemo1 div {
+ clear: both;
+}
+.checkboxDemo1 md-checkbox {
+ float: left;
}