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

Commit d7c1f79

Browse files
authored
Update README.md
1 parent e41fdfb commit d7c1f79

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,18 @@ todo
4141
@bind($user)
4242
<x-form-input name="last_name" label="Last Name" />
4343
<x-form-select name="country_code" :options="$options" />
44-
<x-form-select name="interests" :options="$multiOptions" multiple />
44+
<x-form-select name="interests" :options="$multiOptions" label="Select your interests" multiple />
4545
46+
<!-- \Spatie\Translatable\HasTranslations -->
4647
<x-form-textarea name="biography" language="nl" placeholder="Dutch Biography" />
4748
<x-form-textarea name="biography" language="en" placeholder="English Biography" />
4849
4950
<x-form-checkbox name="subscribe_to_newsletter" label="Subscribe to newsletter" />
5051
52+
<!-- Inline radio inputs -->
5153
<x-form-group name="newsletter_frequency" label="Newsletter frequency">
52-
<x-form-radio name="newsletter_frequency" value="daily" />
53-
<x-form-radio name="newsletter_frequency" value="weekly" />
54+
<x-form-radio name="newsletter_frequency" value="daily" label="Daily" />
55+
<x-form-radio name="newsletter_frequency" value="weekly" label="Weekly" />
5456
</x-form-group>
5557
5658
<x-form-submit />

0 commit comments

Comments
 (0)