F
Filament2y ago
dipu

Table filter work one at once

I want table filter method work once when you click another check-box then other checkbox are deselect automatically
4 Replies
awcodes
awcodes2y ago
So only one checkbox can be selected at a time?
Kenneth Sese
Kenneth Sese2y ago
I think you’re referring to dependent fields. Here’s the link to the v2 docs since you previously mentioned you were using v2: https://filamentphp.com/docs/2.x/forms/advanced#dependant-fields--components
awcodes
awcodes2y ago
Just thinking if that’s the case a radio would do it by default.
Kenneth Sese
Kenneth Sese2y ago
Ah yes…good point.

Did you find this page helpful?