Skip to content

Commit db07033

Browse files
author
Sergey
committedApr 15, 2015
README update
Add Opera 12- support description
1 parent 51c483e commit db07033

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎README.md

+7
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ We have to alter it a bit:
3838
````
3939
That's it. It will work. But it **will not** work if you nest input inside label or put label before input.
4040

41+
If you want to enable **Opera 12** and earlier support just add class `styled` to `input` element:
42+
````
43+
...
44+
<input type="checkbox" id="checkbox1" style="styled">
45+
...
46+
````
47+
4148
Radios
4249
------------
4350

0 commit comments

Comments
 (0)
Please sign in to comment.