mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-08 11:15:09 -05:00
5 lines
142 B
PHP
5 lines
142 B
PHP
@props([
|
|
'checked' => false,
|
|
])
|
|
|
|
<input type="checkbox" {{ $attributes->merge(['class' => 'input-global-checkbox']) }} @checked($checked)> |