In basic it works like needed to, but it has some 'mistakes'
- No option to set default values. Like
<li data-checked>
- Shouldn't use
<li value=""> but <li data-value=""> for HTML5
- The li gets placed inside the label instead of the other way around
- Breakes when a li contains a ' in the .html()
In basic it works like needed to, but it has some 'mistakes'
<li data-checked><li value="">but<li data-value="">for HTML5