diff --git a/components/lib/tristatecheckbox/TriStateCheckbox.js b/components/lib/tristatecheckbox/TriStateCheckbox.js index 1121de4188..92cc08cb72 100644 --- a/components/lib/tristatecheckbox/TriStateCheckbox.js +++ b/components/lib/tristatecheckbox/TriStateCheckbox.js @@ -163,8 +163,7 @@ export const TriStateCheckbox = React.memo( 'aria-invalid': props.invalid, disabled: props.disabled, readOnly: props.readOnly, - value: checkBoxValue, - checked: checkBoxValue, + checked: !!checkBoxValue, onChange: onChange }, ptm('input')