Skip to content

Commit

Permalink
docs: add radio description docs
Browse files Browse the repository at this point in the history
  • Loading branch information
changlin2569 committed Jan 25, 2024
1 parent a9b18ed commit 457af9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion compiled/alipay/src/Radio/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ toc: 'content'
| defaultChecked | 是否选中 | boolean | false |
| style | 样式| string | - |
| value | checkbox 携带的 value 值 | string | - |
| onChange | 选中状态改变,触发回调 | (checked: boolean, event: [Event](https://opendocs.alipay.com/mini/framework/event-object)) => void | - |
| value | checkbox 携带的 value 值 | string | - |
| description | Radio 选项说明 | string | - |


### RadioGroup
Expand Down
3 changes: 2 additions & 1 deletion compiled/wechat/src/Radio/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ toc: 'content'
| defaultChecked | 是否选中 | boolean | false |
| style | 样式| string | - |
| value | checkbox 携带的 value 值 | string | - |
| onChange | 选中状态改变,触发回调 | (checked: boolean, event: [Event](https://opendocs.alipay.com/mini/framework/event-object)) => void | - |
| value | checkbox 携带的 value 值 | string | - |
| description | Radio 选项说明 | string | - |


### RadioGroup
Expand Down
3 changes: 2 additions & 1 deletion src/Radio/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ toc: 'content'
| defaultChecked | 是否选中 | boolean | false |
| style | 样式| string | - |
| value | checkbox 携带的 value 值 | string | - |
| onChange | 选中状态改变,触发回调 | (checked: boolean, event: [Event](https://opendocs.alipay.com/mini/framework/event-object)) => void | - |
| value | checkbox 携带的 value 值 | string | - |
| description | Radio 选项说明 | string | - |


### RadioGroup
Expand Down

0 comments on commit 457af9d

Please sign in to comment.