bind html with switch for manage extension setting (#10553)
option Co-authored-by: Neeraj <neerajv@thirdrocktechkno.com>
This commit is contained in:
parent
3f60ccabcb
commit
99a375e354
2 changed files with 6 additions and 2 deletions
|
@ -35,6 +35,9 @@ interface IProps {
|
|||
|
||||
// Called when the checked state changes. First argument will be the new state.
|
||||
onChange(checked: boolean): void;
|
||||
|
||||
// id to bind with other elements
|
||||
id?: string;
|
||||
}
|
||||
|
||||
// Controlled Toggle Switch element, written with Accessibility in mind
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue