Skip to content

Commit

Permalink
fix(TDOPS-5582/designSystem): checkbox state change on click (#4976)
Browse files Browse the repository at this point in the history
* fix(TDOPS-5582/designSystem): checkbox state change on click

* fix(TDOPS-5582/designSystem): checkbox state change on click
  • Loading branch information
ybaskaran authored Nov 9, 2023
1 parent a0fdcfa commit c286d98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/serious-toes-remember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/design-system': patch
---

fix(TDOPS-5582/designSystem): checkbox state change on click
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const ToggleSwitch = forwardRef(
onChangeKey: 'onChange',
valueKey: 'checked',
defaultValueKey: 'defaultChecked',
selector: e => e.target.checked,
defaultValue: false,
});

Expand Down

0 comments on commit c286d98

Please sign in to comment.