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 c456d86 commit 8f8d9b5Copy full SHA for 8f8d9b5
src/lib/slide-toggle/slide-toggle.ts
@@ -103,8 +103,6 @@ export class MdSlideToggle extends _MdSlideToggleMixinBase
103
/** Whether the label should appear after or before the slide-toggle. Defaults to 'after' */
104
@Input() labelPosition: 'before' | 'after' = 'after';
105
106
- /** Whether the slide-toggle element is checked or not */
107
-
108
/** Used to set the aria-label attribute on the underlying input element. */
109
@Input('aria-label') ariaLabel: string | null = null;
110
0 commit comments