Max Selectable Options in Checkbox List
Hello,
Is there any way I can limit the Checkbox list with Max selectable options?
I have around 50+ options to select from and I want users to only select any 5 options. After 5 options it should not let the user check any checkbox.
currently, I am just preventing this by using rules.
Could anyone please suggest anything?
Thank you.
Is there any way I can limit the Checkbox list with Max selectable options?
I have around 50+ options to select from and I want users to only select any 5 options. After 5 options it should not let the user check any checkbox.
currently, I am just preventing this by using rules.
Could anyone please suggest anything?
Thank you.
Solution
Does combining your Rule with a closure on
https://filamentphp.com/docs/3.x/forms/fields/checkbox-list#disabling-specific-options
disableWhen work? The closure could count how many are selected and return true when it's too many.https://filamentphp.com/docs/3.x/forms/fields/checkbox-list#disabling-specific-options