Skip to content

Commit 8dd4e91

Browse files
committed
fix(angular): add missing props
1 parent 6b83b14 commit 8dd4e91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/angular/standalone/src/directives/checkbox.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ const CHECKBOX_INPUTS = [
2020
'checked',
2121
'color',
2222
'disabled',
23+
'errorText',
24+
'helperText',
2325
'indeterminate',
2426
'justify',
2527
'labelPlacement',

0 commit comments

Comments
 (0)