File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Img-checkbox is a jQuery-based replacement for input checkboxes. It supports ima
22
22
** Add figure component**
23
23
24
24
``` html
25
- <figure >
25
+ <figure class = " imgcheckbox " >
26
26
<div class =" figure-content" ><img src =" img/Delete.png" ></div >
27
27
<figcaption ><img src =" holder.js/50x50" ></figcaption >
28
28
<label ><input type =" checkbox" name =" name" > Label</label >
@@ -32,13 +32,13 @@ Img-checkbox is a jQuery-based replacement for input checkboxes. It supports ima
32
32
** Activate plugin with default options**
33
33
34
34
``` js
35
- $ (' figure ' ).imgCheckbox ()
35
+ $ (' .imgcheckbox ' ).imgCheckbox ()
36
36
```
37
37
38
- ** Or activate plugin with some options**
38
+ ** Or activate plugin with other options**
39
39
40
40
``` js
41
- $ (' figure ' ).imgCheckbox ({
41
+ $ (' .imgcheckbox ' ).imgCheckbox ({
42
42
width: ' auto' ,
43
43
height: ' auto' ,
44
44
textColor: ' white' ,
You can’t perform that action at this time.
0 commit comments