Skip to content

Commit 94c5aea

Browse files
authored
chore: add todo comment for next breaking change (#2959)
Signed-off-by: Akshat Patel <[email protected]>
1 parent 4032d98 commit 94c5aea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/toggle/toggle.component.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ export enum ToggleState {
2020
Unchecked
2121
}
2222

23+
/**
24+
* @todo - Toggle component will no longer extend `Checkbox` component as of v6
25+
* Toggle is no longer repies on using checkbox, so doesn't make sense for us to continue inheriting ALL checkbox
26+
* component attributes.
27+
*/
28+
2329
/**
2430
* Get started with importing the module:
2531
*

0 commit comments

Comments
 (0)