Switch
A switch component.

Properties
Name | Type | Description |
---|---|---|
Size | Fusion.UsedAs<"Small" | "Large">? | The size mode for the switch. (Defaults to "Large" ). |
Enabled | Fusion.UsedAs<boolean>? | If the switch is to be enabled. (Defaults to true ). |
Example
Scope:Switch {
Size = "Large" :: "Large",
Enabled = true
}