Skip to main content
CodivDocs

Check / Uncheck

Inline checkmark and X marks for checklist items.

Usage

<Check> and <Uncheck> are inline icon pairs designed for "done vs todo" lists. They render as a colored icon plus an optional inline label.

- <Check /> GitHub repo connected
- <Check /> Custom domain verified
- <Check> SSL certificate active </Check>
- <Uncheck /> Billing not configured
- <Uncheck> Team members not invited </Uncheck>
  • GitHub repo connected

  • Custom domain verified

  • SSL certificate active
  • Billing not configured

  • Team members not invited

Without children

The icon stands alone — useful as a status marker in tables:

| Feature | Available |
|---------|-----------|
| Search | <Check /> |
| AI search | <Uncheck /> |
| Custom domain | <Check /> |
FeatureAvailable
Search
AI search
Custom domain

Color reference

ComponentColorToken
<Check>green--docs-success
<Uncheck>muted gray--docs-fg-muted

The colors come from your theme tokens, so dark/light mode and tenant overrides apply automatically.

Props

PropTypeDescription
childrenReactNodeOptional inline label rendered after the icon

Last updated April 12, 2026