Default
Enabled and disabled settings.
/render stateBinary setting control for product preferences and modes.
Switches are for durable on/off settings, not one-shot commands.
Controls update query params directly, so every primitive state can be linked, rendered, and screenshotted deterministically.
Every state maps to the same render route through the `state` query param.
Enabled and disabled settings.
/render stateLocked setting state.
/render state| Name | Type | Default | Description |
|---|---|---|---|
checked | boolean | - | Controlled checked state. |
defaultChecked | boolean | - | Uncontrolled checked state. |
label | ReactNode | - | Inline label rendered beside the control. |
disabled | boolean | - | Native disabled behavior and opacity. |