diff --git a/ionic/components/checkbox/checkbox.ts b/ionic/components/checkbox/checkbox.ts index 0de96ac1a0..f7e36a50d0 100644 --- a/ionic/components/checkbox/checkbox.ts +++ b/ionic/components/checkbox/checkbox.ts @@ -99,7 +99,6 @@ export class Checkbox extends IonInputItem { // Called by the model (Control) to update the view writeValue(modelValue) { - debugger; let type = typeof modelValue; switch (type) { case "boolean":