diff --git a/packages/vant/src/switch/Switch.tsx b/packages/vant/src/switch/Switch.tsx
index fcd1968af..18798f8aa 100644
--- a/packages/vant/src/switch/Switch.tsx
+++ b/packages/vant/src/switch/Switch.tsx
@@ -68,6 +68,7 @@ export default defineComponent({
disabled,
})}
style={style}
+ tabindex={disabled ? undefined : 0}
aria-checked={checked}
onClick={onClick}
>
diff --git a/packages/vant/src/switch/test/__snapshots__/demo.spec.ts.snap b/packages/vant/src/switch/test/__snapshots__/demo.spec.ts.snap
index ad9cecd0e..2dd9df6da 100644
--- a/packages/vant/src/switch/test/__snapshots__/demo.spec.ts.snap
+++ b/packages/vant/src/switch/test/__snapshots__/demo.spec.ts.snap
@@ -4,6 +4,7 @@ exports[`should render demo and match snapshot 1`] = `
@@ -22,6 +23,7 @@ exports[`should render demo and match snapshot 1`] = `
@@ -46,6 +48,7 @@ exports[`should render demo and match snapshot 1`] = `
@@ -56,6 +59,7 @@ exports[`should render demo and match snapshot 1`] = `
@@ -65,6 +69,7 @@ exports[`should render demo and match snapshot 1`] = `
@@ -81,6 +86,7 @@ exports[`should render demo and match snapshot 1`] = `