marvinlabs / laravel-html-bootstrap-4

Bootstrap 4 fluent HTML builder
MIT License
42 stars 15 forks source link

Radio Group doesn't repopulate correctly #40

Closed RTC1 closed 6 years ago

RTC1 commented 6 years ago

{{ bs()->formGroup()->label('Is 1=1?') ->control( bs()->radioGroup('smaller_sizes', [ 'Y' => 'Yes', 'N' => 'No' ]) ) }}

If the form errors, both radios are marked as 'checked'. Fixed in #41

vpratfr commented 6 years ago

Should be fixed with 1.6.0. Do not hesitate to re-open with some additional info to reproduce.