UNPKG
ichimatsu
Version:
latest (1.0.0)
1.0.0
Turn list elements into checkboxes and remember them.
github.com/polm/ichimatsu
polm/ichimatsu
ichimatsu
/
demos
/
simple.html
12 lines
(11 loc)
•
235 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<
html
>
<
ul
>
<
li
>
[ ] Osomatsu
</
li
>
<
li
>
[ ] Karamatsu
</
li
>
<
li
>
[ ] Choromatsu
</
li
>
<
li
>
[x] Ichimatsu
</
li
>
<
li
>
[ ] Juushimatsu
</
li
>
<
li
>
[ ] Todomatsu
</
li
>
</
ul
>
<
script
src
=
"./ichimatsu.js"
>
</
script
>
</
html
>