INDUSTRIAL PROTOCOLSCONTROL INTERFACECHECKBOX

Checkbox

A binary logic gate for multi-state selection. Engineered for mechanical precision and structural clarity.

Execution

Core
Active Protocols
Select protocols to synchronize the architectural kernel.

Preview

Core
Scaling
States
States Disabled

API Reference

Core
PropTypeDefaultDescription
size"xs" | "sm" | "md" | "lg" | "xl""md"Dimensional scale for industrial alignment.
checkedbooleanfalseThe controlled selection state.
onCheckedChange(checked: boolean) => voidnullProtocol triggered upon selection change.

Usage

Core
<div className="flex items-center gap-2"> <Checkbox id="id" size="sm" /> <Label htmlFor="id" size="sm">Accept_Logic</Label> </div>