Archived
1
0
Fork 0

Form: adding checkbox component.

This commit is contained in:
Henrik Hautakoski 2021-07-23 17:00:07 +02:00
parent 01b1b06541
commit f9d44de6cb
3 changed files with 29 additions and 0 deletions

View file

@ -13,6 +13,7 @@ class BladeServiceProvider extends ServiceProvider
'input-password' => \App\View\Components\Form\Password::class,
'textarea' => \App\View\Components\Form\Textarea::class,
'select' => \App\View\Components\Form\Select::class,
'checkbox' => \App\View\Components\Form\Checkbox::class,
];
/**