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
/
radio
/
description.html
12 lines
•
237 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<
p
>
<
label
>
<
input
type
=
'radio'
name
=
"radiodemo"
>
<
span
class
=
"checkable"
>
Select me
</
span
>
</
label
>
</
p
>
<
p
>
<
label
>
<
input
checked
type
=
'radio'
name
=
"radiodemo"
>
<
span
class
=
"checkable"
>
Or me
</
span
>
</
label
>
</
p
>