{{ modelValue.length }} / {{ maxLength }}
```
**Validation Rules**:
- required
- minLength: configurable
- maxLength: default 1000
- wordCount: optional limit
**Use Cases**: Description, Notes, Comments, Address
---
### 7. **CheckboxField** — Boolean checkbox with label
```vue