diff --git a/apps/docs/content/docs/components/switch.mdx b/apps/docs/content/docs/components/switch.mdx index d36f2d0135..292446bb05 100644 --- a/apps/docs/content/docs/components/switch.mdx +++ b/apps/docs/content/docs/components/switch.mdx @@ -197,12 +197,6 @@ In case you need to customize the switch even further, you can use the `useSwitc description: "Whether the element should be selected (uncontrolled).", default: "-" }, - { - attribute: "isRequired", - type: "boolean", - description: "Whether user input is required on the input before form submission.", - default: "false" - }, { attribute: "isReadOnly", type: "boolean",