diff --git a/src/radio/README.md b/src/radio/README.md
index e671779ab..c6fe97b4b 100644
--- a/src/radio/README.md
+++ b/src/radio/README.md
@@ -51,6 +51,15 @@ export default {
```
+### Custom Shape
+
+```html
+
+ Radio 1
+ Radio 2
+
+```
+
### Custom Color
```html
diff --git a/src/radio/README.zh-CN.md b/src/radio/README.zh-CN.md
index 5d3cdbcfd..4ee25881e 100644
--- a/src/radio/README.zh-CN.md
+++ b/src/radio/README.zh-CN.md
@@ -55,6 +55,17 @@ export default {
```
+### 自定义形状
+
+通过`square`属性设置选中状态的图标颜色
+
+```html
+
+ 单选框 1
+ 单选框 2
+
+```
+
### 自定义颜色
通过`checked-color`属性设置选中状态的图标颜色
diff --git a/src/radio/demo/index.vue b/src/radio/demo/index.vue
index f6f01bfa6..a60bab475 100644
--- a/src/radio/demo/index.vue
+++ b/src/radio/demo/index.vue
@@ -21,6 +21,13 @@
+
+
+ {{ $t('radio') }} 1
+ {{ $t('radio') }} 2
+
+
+
{{ $t('radio') }} 1
@@ -77,6 +84,7 @@ export default {
customIcon: '自定义图标',
customIconSize: '自定义大小',
customColor: '自定义颜色',
+ customShape: '自定义形状',
withCell: '与 Cell 组件一起使用',
disabledLabelClick: '禁用单选框文本点击'
},
@@ -87,6 +95,7 @@ export default {
customIcon: 'Custom Icon',
customIconSize: 'Custom Icon Size',
customColor: 'Custom Color',
+ customShape: 'Custom Shape',
withCell: 'Inside a Cell',
disabledLabelClick: 'Disable the click event of label'
}
@@ -101,6 +110,7 @@ export default {
radio5: '1',
radioLabel: '1',
radioIconSize: '1',
+ radioShape: '1',
icon: {
active: 'https://img.yzcdn.cn/vant/user-active.png',
inactive: 'https://img.yzcdn.cn/vant/user-inactive.png'
diff --git a/src/radio/test/__snapshots__/demo.spec.js.snap b/src/radio/test/__snapshots__/demo.spec.js.snap
index 3643e072e..b6f61571b 100644
--- a/src/radio/test/__snapshots__/demo.spec.js.snap
+++ b/src/radio/test/__snapshots__/demo.spec.js.snap
@@ -38,6 +38,18 @@ exports[`renders demo correctly 1`] = `
+