Skip to content

Commit 82f8ce5

Browse files
committed
Update README.md
1 parent 6e8e262 commit 82f8ce5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,13 @@ You may use `checkbox-primary`, `checkbox-danger`, `radio-info`, etc to style ch
8383

8484
`checkbox-circle` is for rounded checkboxes.
8585

86-
`checkbox-single` and `radio-single` for inputs without label text.
86+
Inputs without label text:
87+
88+
````html
89+
<div class="checkbox">
90+
<input type="checkbox" class="styled" id="singleCheckbox1" value="option1" aria-label="Single checkbox One">
91+
</div>
92+
````
8793

8894
Using [Sass][]
8995
----------

0 commit comments

Comments
 (0)