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 72ccd8b commit 7b3de83Copy full SHA for 7b3de83
src/lib/slide-toggle/slide-toggle.ts
@@ -135,8 +135,6 @@ export class MatSlideToggle extends _MatSlideToggleMixinBase implements OnDestro
135
/** Whether the label should appear after or before the slide-toggle. Defaults to 'after' */
136
@Input() labelPosition: 'before' | 'after' = 'after';
137
138
- /** Whether the slide-toggle element is checked or not */
139
-
140
/** Used to set the aria-label attribute on the underlying input element. */
141
@Input('aria-label') ariaLabel: string | null = null;
142
0 commit comments