views/checkbox.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php /** @var \Galahad\Aire\Elements\Attributes\Collection $attributes */ ?>

<label {{ $attributes->label }}>
    <input {{ $attributes }} />
    <span {{ $attributes->wrapper }}>
        {{ $label_text }}
    </span>
</label>