Skip to content

Commit

Permalink
Merge pull request #1302 from Bynder/issue/checktoggle
Browse files Browse the repository at this point in the history
fix checktoggle not checking after refactor
  • Loading branch information
AmeeMorris authored Sep 25, 2023
2 parents 4b78258 + 8e5710e commit 7be4c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CheckToggle/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function CheckToggle({
<input
data-testid={id}
onChange={onClickHandler}
checked={checked}
checked={isChecked}
type="checkbox"
id={id}
className="toggle-switch toggle-switch--inline"
Expand Down

0 comments on commit 7be4c8c

Please sign in to comment.