Formatting

This commit is contained in:
Chloe Herd 2024-07-09 10:43:27 -04:00
parent e8e0669fe2
commit acf6c3b3ea

View file

@ -14,7 +14,11 @@
:id="inputId"
:tabindex="tabIndex"
:aria-required="isRequired" />
<textBlock class="m-0" :customText="checkboxLabelCopy" marginTopSizeOverride="0" typeStyle="small" />
<textBlock
class="m-0"
:customText="checkboxLabelCopy"
marginTopSizeOverride="0"
typeStyle="small" />
<span v-if="screenReaderOnlyText" class="sr-only">{{ screenReaderOnlyText }}</span>
</label>
</div>