Skip to content

Checkbox多选框能否新增 <a-checkbox-button value="a">Hangzhou</a-checkbox-button> #1338

@13371911139

Description

@13371911139
  • I have searched the issues of this repository and believe that this is not a duplicate.

What problem does this feature solve?

1、可以像radio一样有按钮样式
2、多选按钮更加实用

What does the proposed API look like?

<a-checkbox-group :options="plainOptions" v-model="checkedList" @change="onChange" buttonStyle="solid" />
或者;
<a-checkbox-group :options="plainOptions" v-model="checkedList" @change="onChange" buttonStyle="solid" >
Hangzhou
asdd
</a-checkbox-group :options="plainOptions" v-model="checkedList" @change="onChange" buttonStyle="solid" >

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions