CheckboxList bulkToggleable is not working
I have these CheckboxList line of code
but the bulkToggleable is not working properly.
when i click select all, it doesnt work,
the same with unselect all.
where did i do wrong?
5 Replies
can anyone help me?
Any errors in the browser console?
nothing is shown
btw, i'm using the attribute in form modal..
after I've done some research, the bulkToggleable() is not working only in my case below
when i created a new CheckboxList in the same form with Toggleable and with simple options, something like options([1=>1, 2=>2]), the toggle is working fine..
can anyone show me what is wrong?
Your if / else isn’t valid syntax.
what it should be?