---
name: Switch 开关
route: /switch
parent: 组件
menu: 数据录入
---
import { Playground, Props } from 'docz'
import  Switch  from '../components/switch'

# Switch 开关
>提示: 展开代码编辑器可以在线编辑，实时生效

## 基础用法

<Playground>

<Switch/>

</Playground>


## defaultChecked

<Playground>

<Switch defaultChecked={true}/>

</Playground>

## disabled

<Playground>

<Switch disabled/>

</Playground>


## API

<Props of={Switch}/>