UNPKG
@zeix/ui-element
Version:
latest (0.12.2)
0.12.2
0.12.1
0.12.0
0.11.0
0.10.1
0.10.0
0.9.4
UIElement - minimal reactive framework based on Web Components
@zeix/ui-element
/
docs-src
/
components
/
input-checkbox
/
input-checkbox.html
13 lines
(12 loc)
•
269 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<
input-checkbox
>
<
label
>
<
input
type
=
"checkbox"
>
<
span
class
=
"label"
>
Checkbox
</
span
>
</
label
>
</
input-checkbox
>
<
input-checkbox
class
=
"todo"
>
<
label
>
<
input
type
=
"checkbox"
class
=
"visually-hidden"
>
<
span
class
=
"label"
>
Task
</
span
>
</
label
>
</
input-checkbox
>