diff --git a/src/components/label/_macro-options.md b/src/components/label/_macro-options.md index 6023c527f8..29b4f71181 100644 --- a/src/components/label/_macro-options.md +++ b/src/components/label/_macro-options.md @@ -1,7 +1,7 @@ | Name | Type | Required | Description | | ----------- | ------ | -------- | ---------------------------------------------------------------------------------------------------------- | | text | string | true | The text content of the label | -| for | string | false | The id of the input this label is for | +| for | string | true | The id of the input this label is for | | description | string | false | A secondary piece of information to help describe the input | | id | string | false | The id for the label | | classes | string | false | classes to add to the label |