install
This commit is contained in:
14
resources/views/vendor/filament/components/input/radio.blade.php
vendored
Normal file
14
resources/views/vendor/filament/components/input/radio.blade.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
@props([
|
||||
'valid' => true,
|
||||
])
|
||||
|
||||
<input
|
||||
type="radio"
|
||||
{{
|
||||
$attributes
|
||||
->class([
|
||||
'fi-radio-input',
|
||||
'fi-invalid' => ! $valid,
|
||||
])
|
||||
}}
|
||||
/>
|
||||
Reference in New Issue
Block a user