UNPKG
catan-client
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Settlers of Catan Client Implementation
github.com/ozthekoder/catan-client
ozthekoder/catan-client
catan-client
/
app
/
scss
/
picnic
/
plugins
/
checkbox
/
description.html
8 lines
•
220 B
HTML
View Raw
1
2
3
4
5
6
7
8
<
label
class
=
'checkbox'
>
<
input
type
=
'checkbox'
>
<
span
class
=
"checkable"
>
Check me out (;
</
span
>
</
label
>
<
br
>
<
label
class
=
'checkbox'
>
<
input
type
=
'checkbox'
checked
>
<
span
class
=
"checkable"
>
Uncheck me
</
span
>
</
label
>