Components
Switch

Switch

A switch component.

Properties

NameTypeDescription
SizeFusion.UsedAs<"Small" | "Large">?The size mode for the switch. (Defaults to "Large").
EnabledFusion.UsedAs<boolean>?If the switch is to be enabled. (Defaults to true).

Example

Scope:Switch {
  Size = "Large" :: "Large",
  Enabled = true
}