diff --git a/packages/theme-chalk/src/checkbox.scss b/packages/theme-chalk/src/checkbox.scss index 798a464b1c..b7cc0a9fa4 100644 --- a/packages/theme-chalk/src/checkbox.scss +++ b/packages/theme-chalk/src/checkbox.scss @@ -127,6 +127,7 @@ $checkbox-bordered-input-width: map.merge( &::after { cursor: not-allowed; border-color: getCssVar('checkbox-disabled-icon-color'); + will-change: transform; } }