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

2 lines
175 B
PHP
Raw Normal View History

<input type="checkbox" {!! $attributes->merge(['class' => 'rounded border-gray-300 dark:border-gray-700 text-gray-600 dark:text-gray-400 shadow-sm focus:ring-gray-500']) !!}>