INDUSTRIAL PROTOCOLSCONTROL INTERFACESWITCH

Switch

A binary toggle artifact for immediate system state transitions. Engineered for mechanical feedback and technical clarity.

Execution

Core
Kernel_State: STABLE_OVERCLOCK
Increase processing throughput by 40%.
Stream operational logs to the core.
Synchronize state across distributed nodes.

Preview

Core
Scaling
States Inactive
States Disabled

API Reference

Core
PropTypeDefaultDescription
size"xs" | "sm" | "md" | "lg" | "xl""md"Dimensional scale for physical alignment.
checkedbooleanfalseThe controlled activation state.
onCheckedChange(checked: boolean) => voidnullCallback triggered upon state transition.

Usage

Core
<div className="flex items-center justify-between"> <Label htmlFor="id" size="sm">Enable System</Label> <Switch id="id" size="sm" /> </div>