Form: adding checkbox component.
This commit is contained in:
parent
01b1b06541
commit
f9d44de6cb
3 changed files with 29 additions and 0 deletions
|
|
@ -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,
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Reference in a new issue