Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions apps/docs/content/docs/components/switch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down