Skip to content

Commit 8b7a94f

Browse files
committed
fix: remove faulty control-item in docs
1 parent 44bfd28 commit 8b7a94f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/content/docs/0.3/forms/checkbox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ You can display a divider by adding `.control-item-divider` to a `.checkbox-item
106106

107107
### Icon
108108

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`.
110110

111111
{{< example >}}
112112
<div class="checkbox-item">
@@ -153,7 +153,7 @@ You can display an helper text by adding a `.control-item-helper` as a sibling o
153153

154154
### Reverse
155155

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`.
157157

158158
{{< example >}}
159159
<div class="checkbox-item control-item-reverse">

0 commit comments

Comments
 (0)