diff --git a/core/src/components/toggle/toggle.tsx b/core/src/components/toggle/toggle.tsx index 2d1a8ae9bc2..c2a882ace3e 100644 --- a/core/src/components/toggle/toggle.tsx +++ b/core/src/components/toggle/toggle.tsx @@ -79,7 +79,7 @@ export class Toggle implements ComponentInterface { /** * Enables the on/off accessibility switch labels within the toggle. */ - @Prop() enableOnOffLabels: boolean | undefined = true; + @Prop() enableOnOffLabels: boolean | undefined = config.get('toggleOnOffLabels'); /** * Where to place the label relative to the input.