Save multiple days in table
Hello guys, I have this entry and I need to save different days in it, but writing them does not seem like the best option, I was thinking of using select or checkbox, but I don't know what they recommend, I think there is a way to enter several days using select Right, for example I need to enter days like: Monday, Wednesday and Friday, in other cases different days, what do you suggest or rather how do I do this? What filament component would be correct to work with?
1 Reply
Well i fix this using checbbox List https://filamentphp.com/docs/3.x/forms/fields/checkbox-list like this example:
and using cast in my Model for returned in JSON Format when edit a register