We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6e5ba commit e6f305bCopy full SHA for e6f305b
src/toggle/toggle.component.ts
@@ -118,13 +118,13 @@ export class Toggle extends Checkbox {
118
* @type {(string)}
119
* @memberof Toggle
120
*/
121
- @Input() leftText = this.i18n.get().TOGGLE.LEFTTEXT;
+ @Input() leftText = this.i18n.get().TOGGLE.OFF;
122
/**
123
* Text that is set on the right side of the toggle.
124
125
126
127
- @Input() rightText = this.i18n.get().TOGGLE.RIGHTTEXT;
+ @Input() rightText = this.i18n.get().TOGGLE.ON;
128
129
* Size of the toggle component.
130
* @type {("sm" | "md" | "default")}
0 commit comments