# Switch

| Props    | Tpye   | Description | Options | Require | Default |
| -------- | ------ | ----------- | ------- | ------- | ------- |
| disabled | bool   |             |         |         | false   |
| checked  | bool   | 값(Hook)    |         | Y       | false   |
| onChange | func   |             |         | Y       |         |
| ltxt     | string | 왼쪽라벨    |         |         |         |
| rtxt     | string | 오른쪽라벨  |         |         |         |
