Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Any way to make checkbox readonly but not disabled ? - Filament
F
Filament
•
15mo ago
•
4 replies
pratik
Any way to make checkbox readonly but not disabled ?
Checkbox::make('done')
->inlineLabel();
Checkbox::make('done')
->inlineLabel();
Solution
I think you want it disabled but that makes it an ignored field
, right
?
as a solution use
->dehydrated()
->dehydrated()
as in the docs
:
T
o
g
g
l
e
:
:make
(
'is
_admin
'
)
-
>disabled
(
)
-
>dehydrated
(
)
Jump to solution
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
any way to customize validationMessages for a checkbox?
F
Filament / ❓┊help
2y ago
How to make a readonly role?
F
Filament / ❓┊help
9mo ago
How to make RichEditor and ToggleInput fields ReadOnly ?
F
Filament / ❓┊help
2y ago