UNPKG
@collab-ui/core
Version:
latest (13.1.1)
13.1.1
13.1.0
13.0.0
12.0.1
12.0.0
11.7.8
11.7.7
11.7.6
11.7.5
11.7.4
11.7.3
11.7.2
11.7.1
11.7.0
11.6.7
11.6.5
11.6.4
11.6.3
11.6.2
11.6.1
11.6.0
11.5.0
11.4.1
11.4.0
11.3.0
11.2.0
11.1.0
11.0.1
10.43.3
10.43.2
10.43.1
10.43.0
10.42.0
10.41.0
10.40.0
10.39.2
10.39.1
10.39.0
10.38.0
10.37.5
10.37.4
10.37.3
10.37.2
10.37.1
10.37.0
10.36.2
10.36.1
10.36.0
10.35.1
10.35.0
10.34.0
10.33.2
10.33.1
10.33.0
10.32.5
10.32.4
10.32.3
10.32.2
10.32.1
10.32.0
10.31.0
10.30.1
10.30.0
10.29.1
10.29.0
10.28.0
10.27.0
10.26.1
10.26.0
10.25.1
10.25.0
10.24.0
10.23.2
10.23.1
10.23.0
10.22.0
10.21.0
10.20.0
10.19.1
10.19.0
10.18.2
10.18.1
10.18.0
10.17.3
10.17.2
10.17.1
10.17.0
10.16.0
10.15.0
10.14.2
10.14.1
10.14.0
10.13.1
10.13.0
10.12.0
10.11.0
10.10.0
10.9.0
10.8.0
10.7.0
10.6.0
10.5.0
10.4.0
10.3.3
10.3.2
10.3.1
10.3.0
10.2.0
10.1.3
10.1.2
10.1.1
10.1.0
10.0.0
9.0.1
9.0.0
9.0.0-rc.3
9.0.0-rc.2
9.0.0-rc.1
Cisco Collab UI CSS Framework
momentum.design
collab-ui/collab-ui
@collab-ui/core
/
scss
/
components
/
checkbox
/
examples
/
disabled.html
6 lines
•
259 B
HTML
View Raw
1
2
3
4
5
6
<
div
class
=
"cui-input-group cui-checkbox"
>
<
input
id
=
"disabled-checkbox"
type
=
"checkbox"
class
=
"cui-input cui-checkbox__input"
disabled
>
<
label
class
=
"cui-checkbox__label"
for
=
"disabled-checkbox"
>
<
span
>
Disabled Checkbox
</
span
>
</
label
>
</
div
>