【发布时间】:2021-04-03 20:55:01
【问题描述】:
【问题讨论】:
-
将所需属性添加到
标签: php html database forms laravel-8
【问题讨论】:
标签: php html database forms laravel-8
也许是这样的:
<input type="checkbox"
class="form-check-input @error('terms') is-invalid @enderror"
value="true"
name="terms"
id="keep-signed"
{{ !old('terms') ?: 'checked' }}
>
<label class="form-check-label fs-sm">
{{ __('I agree to') }}
<a class="nav-link-style fs-ms text-black-50 text-primary text-decoration-none" href="#">
{{ __('Terms & Conditions') }}
</a>
</label>
【讨论】: