Skip to content

Commit 30980b6

Browse files
patnolanirelandmanucorporat
authored andcommitted
fix(toggle/checkbox): trigger ui update when using virtalScroll with
Angular Reactive Forms
1 parent e90d692 commit 30980b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/checkbox/checkbox.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ export class Checkbox extends Ion implements IonicTapInput, AfterContentInit, Co
184184
fn(isChecked);
185185
this._setChecked(isChecked);
186186
this.onTouched();
187+
this._cd.detectChanges();
187188
};
188189
}
189190

0 commit comments

Comments
 (0)