Slot: label¶
The human-readable display label for this choice (e.g., 'Female', 'Male', 'Unknown').
URI: [redcap_dd:label](https://w3id.org/linkml/redcap-data-dictionary/label)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Choice](Choice.md) | A single permissible value for a dropdown, radio, or checkbox field | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [String](String.md) |
| Domain Of | [Choice](Choice.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
| Required | Yes |
### Slot Characteristics
| Property | Value |
| --- | --- |
| Owner | [Choice](Choice.md) |
## Identifier and Mapping Information
### Schema Source
* from schema: https://w3id.org/linkml/redcap-data-dictionary
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | redcap_dd:label |
| native | redcap_dd:label |
## LinkML Source
name: label
description: The human-readable display label for this choice (e.g., 'Female', 'Male',
'Unknown').
from_schema: https://w3id.org/linkml/redcap-data-dictionary
rank: 1000
owner: Choice
domain_of:
- Choice
range: string
required: true