@@ -144,6 +144,7 @@ class CheckboxFoundation<P = Record<string, any>, S = Record<string, any>> exten
}
handleBlur = () => {
+ this.clickState = false;
this._adapter.setFocusVisible(false);
@@ -111,8 +111,6 @@ class Checkbox extends BaseComponent<CheckboxProps, CheckboxState> {
foundation: CheckboxFoundation;
- addonId: string;
- extraId: string;
constructor(props: CheckboxProps) {
super(props);