Files
tabby/terminus-core/src/components/checkbox.component.pug
2018-08-25 09:37:56 +02:00

5 lines
137 B
Plaintext

.icon(tabindex='0', [class.active]='model', (keyup.space)='click()')
i.fa.fa-square-o.off
i.fa.fa-check-square.on
.text {{text}}