You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it's not possible to pass the name attribute to <flux:checkbox />. I am currently converting my application to fully use FluxUI, and initially, I used Laravel Jetstream. Their registration flow uses non-Livewire pages, where requests are sent through POST, and it requires you to have name attributes on each input, including checkboxes. However, when converting the checkbox to the FluxUI one, it doesn't work anymore, and you don't see this property in the request. Also, you can't see the name attribute in developer tools.
Screenshot of dev tools:
Code example:
<flux:checkbox
required
name="accepts_terms_and_conditions"
id="accepts_terms_and_conditions"
label="I agree to the privacy policy and terms of use."
/>
The text was updated successfully, but these errors were encountered:
Hi, it's not possible to pass the name attribute to <flux:checkbox />. I am currently converting my application to fully use FluxUI, and initially, I used Laravel Jetstream. Their registration flow uses non-Livewire pages, where requests are sent through POST, and it requires you to have name attributes on each input, including checkboxes. However, when converting the checkbox to the FluxUI one, it doesn't work anymore, and you don't see this property in the request. Also, you can't see the name attribute in developer tools.
Screenshot of dev tools:

Code example:
The text was updated successfully, but these errors were encountered: