INDUSTRIAL PROTOCOLSCONTROL INTERFACERADIO GROUP

Radio Group

A set of mutually exclusive selection artifacts. Engineered for critical system parameters and binary-branching decision matrices.

Execution

Core
Variants

Current: BALANCED_PROTOCOL

Maximize clock speed at expense of thermal stability.
Standard operational parameters for general tasking.
Minimal energy consumption for long-duration standby.

Preview

Core
Scaling

API Reference

Core
PropTypeDefaultDescription
size"xs" | "sm" | "md" | "lg" | "xl""md"Mechanical scale of the radio control unit.
valuestring-The currently active operational mode.
onValueChange(value: string) => voidnullTriggered when a mutation in state occurs.

Usage

Core
<RadioGroup value={val} onValueChange={setVal}> <div className="flex items-center gap-2"> <RadioGroupItem value="A" id="a" /> <Label htmlFor="a">Option_Alpha</Label> </div> </RadioGroup>