mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
Co-authored-by: Edwin Leong <leong_edwin@bah.com>
This commit is contained in:
parent
892c19a8dd
commit
c1bf34964d
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
/>
|
||||
<label class:bx--radio-button__label="{true}" for="{id}">
|
||||
<span class:bx--radio-button__appearance="{true}"></span>
|
||||
{#if labelText}
|
||||
{#if labelText || $$slots.labelText}
|
||||
<span class:bx--visually-hidden="{hideLabel}">
|
||||
<slot name="labelText">
|
||||
{labelText}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue