diff --git a/docs/en-US/component/checkbox.md b/docs/en-US/component/checkbox.md
index 9d2714abba..44c6cd6cec 100644
--- a/docs/en-US/component/checkbox.md
+++ b/docs/en-US/component/checkbox.md
@@ -5,15 +5,29 @@ lang: en-US
# Checkbox
+A group of options for multiple choices.
+
:::warning
`label` act as `value` has been **deprecated**, `label` is used only as display text, this action **will be** removed in ^(3.0.0), consider switching to new API.
-New API `value` has been added in ^(2.6.0), you can use `value` API to set the value of Checkbox.
+:::
+
+:::tip
+
+New API `value` has been added in ^(2.6.0), the examples in the document all use the `value`.
+If you are using a version **less than** ^(2.6.0) and using `checkbox-group`, please refer to:
:::
-A group of options for multiple choices.
+``` vue
+