We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7636e commit 5efda10Copy full SHA for 5efda10
README.md
@@ -39,9 +39,9 @@ We have to alter it a bit:
39
That's it. It will work. But it **will not** work if you nest input inside label or put label before input.
40
41
If you want to enable **Opera 12** and earlier support just add class `styled` to `input` element:
42
-````
+````html
43
...
44
-<input type="checkbox" id="checkbox1" style="styled">
+<input type="checkbox" id="checkbox1" class="styled">
45
46
````
47
0 commit comments