diff --git a/docs/mobile/api/checkbox.en-US.md b/docs/mobile/api/checkbox.en-US.md new file mode 100644 index 0000000000..3b1e162bef --- /dev/null +++ b/docs/mobile/api/checkbox.en-US.md @@ -0,0 +1,47 @@ +--- +title: Checkbox +description: Performs multiple selections in a preset set of options and renders the selection results. +spline: base +isComponent: true +toc: false +--- + +### Component Type + +Vertical checkbox + +{{ base }} + +Horizontal checkbox + +{{ horizontal }} + +checkbox with select all + +{{ all }} + +### Component Status + +checkbox status + +{{ status }} + +### Component Style + +Check style + +{{ type }} + +Check show location + +{{ right }} + +Non-full-width multiple selection style + +{{ card }} + +### Component Specification + +checkbox size specifications + +{{ special }} diff --git a/docs/mobile/api/checkbox.md b/docs/mobile/api/checkbox.md index e3c5df83b9..f653663f20 100644 --- a/docs/mobile/api/checkbox.md +++ b/docs/mobile/api/checkbox.md @@ -1,35 +1,47 @@ --- -title: Checkbox 复选框 +title: Checkbox 多选框 description: 用于预设的一组选项中执行多项选择,并呈现选择结果。 spline: base isComponent: true toc: false --- -### 基础多选框 +### 组件类型 + +纵向多选框 {{ base }} -### 右侧多选框 +横向多选框 -{{ right }} +{{ horizontal }} + +带全选多选框 + +{{ all }} -### 带全选多选框 +### 组件状态 -{{ group }} +多选框状态 -### 限制最多可选数量 +{{ status }} -{{ max }} +### 组件样式 -### 状态 +勾选样式 + +{{ type }} + +勾选显示位置 + +{{ right }} -{{ disable }} +非通栏多选样式 -### 特殊类型 +{{ card }} -{{ icon }} +### 组件规格 -### 规格 +多选框尺寸规格 -{{ size }} +{{ special }} \ No newline at end of file diff --git a/style/mobile/components/_index.less b/style/mobile/components/_index.less index 4bfc55e1e5..7702d54125 100644 --- a/style/mobile/components/_index.less +++ b/style/mobile/components/_index.less @@ -24,7 +24,7 @@ @import "./slider/_index.less"; -@import "./checkbox/_index.less"; +// @import "./checkbox/_index.less"; @import "./dialog/_index.less"; @@ -66,7 +66,7 @@ @import "./radio-group/_index.less"; -@import "./checkbox-group/_index.less"; +//@import "./checkbox-group/_index.less"; @import "./upload/_index.less";