Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
fix: checkbox and label
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKienle committed Jul 14, 2019
1 parent f11a77e commit cb052ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Form/FormLabel.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<label class="fd-form__label" :for="itemId" :aria-required="String(required)">
<slot name="control" />
<slot />
<template v-if="required"
>*</template
Expand Down

0 comments on commit cb052ed

Please sign in to comment.