© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•11mo ago•
4 replies
vahnmarty

Method Filament\Forms\Components\CheckboxList::allowHtml does not exist.

It's literally on the docs https://filamentphp.com/docs/3.x/forms/fields/checkbox-list

use Filament\Forms\Components\CheckboxList;

CheckboxList::make('technology')
    ->options([
        'tailwind' => '<span class="text-blue-500">Tailwind</span>',
        'alpine' => '<span class="text-green-500">Alpine</span>',
        'laravel' => '<span class="text-red-500">Laravel</span>',
        'livewire' => '<span class="text-pink-500">Livewire</span>',
    ])
    ->searchable()
    ->allowHtml()
use Filament\Forms\Components\CheckboxList;

CheckboxList::make('technology')
    ->options([
        'tailwind' => '<span class="text-blue-500">Tailwind</span>',
        'alpine' => '<span class="text-green-500">Alpine</span>',
        'laravel' => '<span class="text-red-500">Laravel</span>',
        'livewire' => '<span class="text-pink-500">Livewire</span>',
    ])
    ->searchable()
    ->allowHtml()
Checkbox list - Forms - Filament
Solution
Ahhh, i did
composer update
composer update
and it worked.
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Error: Method Filament\Forms\Components\Actions\Action::isModalClosedByClickingAway does not exist
FilamentFFilament / ❓┊help
3y ago
Method Filament\Forms\Form::submitAction does not exist.
FilamentFFilament / ❓┊help
2y ago
Method Filament\Forms\Components\Group::isContained does not exist. (Upgrading from v2)
FilamentFFilament / ❓┊help
3y ago
Method Filament\Schemas\Components\Wizard\Step::skippable does not exist.
FilamentFFilament / ❓┊help
3mo ago