[4.x] Support for timestamps in checkbox and toggles #16334
DarkGhostHunter
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It's common to see Models using timestamps columns to indicate a condition, instead of a boolean column. For example,
banned_at
instead ofis_banned
.Currently, Checkboxes and Toggles implementations, both in Forms and Table Columns, do not support this.
Grabacion.de.pantalla.desde.2025-05-26.12-20-06.mp4
For example, this could be done by editing the
CheckboxColumn
:I believe it would be great to add this type of logic into Filament, for boolean components, as I'm kind of fed up with doing this for every project I have to set up.
Beta Was this translation helpful? Give feedback.
All reactions