**Source URL:** https://limited.veevavault.dev/quality/mdl/component-types/documentchecksection

# Documentchecksection

**Class:** `metadata`

Document check sections contain document checks within the Document Readiness panel in the Vault UI.

Learn more about [Configuring the Document Readiness Panel in Vault Help](https://platform.veevavault.help/en/lr/8599601).

| Attribute | Metadata | Description |
| --- | --- | --- |
| `label` | Type: String Max length: 60 | UI-friendly string in the Vault’s base language. |
| `active` | Type: Boolean | Indicates whether the component is active. |
| `document_check_count` | Type: Number | The number of document checks configured for the section. |
| `document_type` | Type: Component Multi-value | The document type, for example, `Doctype.promotional_material__c`. |
| `help_text` | Type: String Max length: 255 | The text to display when users hover over the document check section label in the Document Readiness panel. |
| `pending_delete` | Type: Boolean | If `true`, the document check section is marked for deletion. |

### Supported Operations

| Operation | Support |
| --- | --- |
| Create | Yes |
| Recreate | Yes |
| Alter | Yes |
| Drop | Yes |
| Rename | Yes |
| Describe | Yes |
| Generate Recreate | Yes |
| Queryable | Yes |

---

**Previous:** [Documentcheck](/quality/mdl/component-types/documentcheck)  
**Next:** [Documentstagegroup](/quality/mdl/component-types/documentstagegroup)