diff --git a/docs/docs/zh-CN/components/checkbox.md b/docs/docs/zh-CN/components/checkbox.md index e69de29..b2042b5 100644 --- a/docs/docs/zh-CN/components/checkbox.md +++ b/docs/docs/zh-CN/components/checkbox.md @@ -0,0 +1,40 @@ +# Checkbox + + + +常用的 Checkbox 操作 + +## 基本使用 + +:::info + + + +::: + +::: details code + +```vue +
+ 北京 + 上海 + 广州 + 杭州 +
+``` + +::: + +## API + +| Name | Description | Type | Default | +| ----------- | -------------------- | -------- | ------- | +| value | checkbox value | boolean | false | +| true-value | checkbox true-value | boolean | true | +| false-value | checkbox false-value | boolean | false | +| disabled | checkbox disabled | boolean | false | +| input | input event | function | null |