MCPcopy Create free account
hub / github.com/angularcafe/slateui /

Class

projects/ui/src/directives/checkbox.ts:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 providers: [provideIcons({ lucideCheck })]
27})
28export class UiCheckbox {
29 inputClass = input<string>('', { alias: 'class' });
30 computedClass = computed(() => checkboxVariants({ class: this.inputClass() }));
31 readonly checked = model<boolean>(false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected