forge/resources/views/components/checkbox.blade.php

2 lines
178 B
PHP
Raw Permalink Normal View History

2025-01-29 13:27:10 -05:00
<input type="checkbox" {!! $attributes->merge(['class' => 'rounded-sm border-gray-300 dark:border-gray-700 text-gray-600 dark:text-gray-400 shadow-xs focus:ring-gray-500']) !!}>