CSS的border-color(作用于Switch的边框)、background-color(作用于Switch的背景)、color(作用于Switch指示器)
TailwindCSS状态变体checked:作用于选中时的颜色.
| 属性名 | 类型 | 是否必须 | 默认值 | 说明 |
|---|---|---|---|---|
| color | "primary" | "secondary" | "accent" | "info" | "success" | "warning" | "error" | undefined | no | ||
| helperText | string | undefined | no | ||
| label | string | undefined | no | ||
| labelPosition | "left" | "right" | undefined | no | left | 标签居左还是居右 |
| onChange | ((checked: boolean) => void) | undefined | no | ||
| size | ThemeBaseSize | undefined | no | ||
| slots | { input?: string | undefined; label?: string | undefined; helperText?: string | undefined; } | undefined | no |