{{-- Copyright (c) ppy Pty Ltd . Licensed under the GNU Affero General Public License v3.0. See the LICENCE file in the repository root for full licence text. --}} @php $additionalClass = $locals['additionalClass'] ?? ''; $attributes = $locals['attributes'] ?? []; $checked = $locals['checked'] ?? false; $defaultValue = $locals['defaultValue'] ?? null; $modifiers = $locals['modifiers'] ?? null; $name = $locals['name'] ?? null; $type = $locals['type'] ?? 'checkbox'; $value = $locals['value'] ?? null; @endphp