You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/docs/0.3/forms/checkbox.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ You can display a divider by adding `.control-item-divider` to a `.checkbox-item
106
106
107
107
### Icon
108
108
109
-
You can display an icon by adding `.control-item-assets-container` with an icon (SVG or font-icon most likely) inside as a child of a `.control-item`.
109
+
You can display an icon by adding `.control-item-assets-container` with an icon (SVG or font-icon most likely) inside as a child of a `.checkbox-item`.
110
110
111
111
{{< example >}}
112
112
<divclass="checkbox-item">
@@ -153,7 +153,7 @@ You can display an helper text by adding a `.control-item-helper` as a sibling o
153
153
154
154
### Reverse
155
155
156
-
You can reverse the component by adding `.control-item-reverse` to a `.control-item`.
156
+
You can reverse the component by adding `.control-item-reverse` to a `.checkbox-item`.
0 commit comments