25 lines
465 B
Markdown
25 lines
465 B
Markdown
<cn>
|
|
#### æåååžæ
|
|
å¸Ļææåååžæ ã
|
|
</cn>
|
|
|
|
<us>
|
|
#### Text & icon
|
|
With text and icon.
|
|
</us>
|
|
|
|
```html
|
|
<template>
|
|
<div>
|
|
<a-switch checkedChildren="åŧ" unCheckedChildren="å
ŗ" defaultChecked/>
|
|
<br>
|
|
<a-switch checkedChildren="1" unCheckedChildren="0"/>
|
|
<br>
|
|
<a-switch defaultChecked >
|
|
<a-icon type="check" slot="checkedChildren"/>
|
|
<a-icon type="close" slot="unCheckedChildren"/>
|
|
</a-switch>
|
|
</div>
|
|
</template>
|
|
```
|