Skip to content

Commit 8095d44

Browse files
Docs(Checkbox): Update checkbox.component.ts
1 parent 010697a commit 8095d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/docs/src/app/pages/docs/components/checkbox/checkbox.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { FormGroup, FormControl, ReactiveFormsModule } from '@angular/forms';
1515
viewProviders: [provideIcons({ bootstrapCheck })],
1616
})
1717
export class CheckboxComponent {
18-
importCode = `import { UiInput } from '@angularui/core';`
18+
importCode = `import { UiCheckbox } from '@angularui/core';`
1919
usageCode = `<input formControlName="name" type="text" uiInput placeholder="Enter text here" />`;
2020

2121
cliCode = `ng g @angularui/core:component checkbox`;

0 commit comments

Comments
 (0)