INDUSTRIAL PROTOCOLSCONTROL INTERFACERADIO GROUP
Radio Group
A set of mutually exclusive selection artifacts. Engineered for critical system parameters and binary-branching decision matrices.
Execution
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
Scaling
API Reference
Usage
<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>