mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-01-06 13:34:50 +08:00
4 lines
157 B
PHP
4 lines
157 B
PHP
<label for="{{ $id }}">
|
|
<input {!! $checked ? 'checked="true"' : '' !!} type="checkbox" id="{{ $id }}" name="{{ $id }}" value="1"> {{ $label }}
|
|
</label>
|