MCPcopy Create free account
hub / github.com/angular/angular / CustomCheckbox

Class CustomCheckbox

packages/forms/signals/test/web/form_field.spec.ts:4586–4593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4584
4585 it('synchronizes with a custom checkbox control', () => {
4586 @Component({
4587 selector: 'my-checkbox',
4588 template:
4589 '<input type="checkbox" #i [checked]="checked()" (input)="checked.set(i.checked)" />',
4590 })
4591 class CustomCheckbox implements FormCheckboxControl {
4592 checked = model(false);
4593 }
4594
4595 @Component({
4596 imports: [FormField, CustomCheckbox],

Callers

nothing calls this directly

Calls 5

ComponentInterface · 0.90
outputFunction · 0.90
InputInterface · 0.90
OutputInterface · 0.90
requiredMethod · 0.45

Tested by

no test coverage detected