NERV-UI DOCS
inspection terminal
live
doc.access // online
NERV COMPONENT INSPECTION
route integrity monitored

Checkbox

Monospaced bracket-style checkbox with [X] / [ ] / [-] states. Renders a hidden native checkbox for accessibility while displaying a stylised EVA-themed indicator with optional label.

[SRC]tsx
1import { Checkbox } from "@mdrbx/nerv-ui";

Unchecked

UNCHECKEDinspection frame
live inspectionframe-01

Checked

CHECKEDinspection frame
live inspectionframe-01

Indeterminate

INDETERMINATEinspection frame
live inspectionframe-01

Colors

COLORSinspection frame
live inspectionframe-01

With Label

WITH LABELinspection frame
live inspectionframe-01

Props

PropTypeDefaultDescription
labelstringLabel text (displayed uppercase with // prefix)
color"orange" | "green" | "cyan""orange"Color theme
indeterminatebooleanfalseIndeterminate state — displays [-]
checkedbooleanControlled checked state
disabledbooleanDisables interaction and dims the checkbox
classNamestring""Additional CSS classes
[i]BRACKET NOTATION

The checkbox renders as [X] when checked, [ ] when unchecked, and [-] when indeterminate, matching the monospaced terminal aesthetic of NERV system interfaces.