Cakephp 3 Unable to mark multiple checkboxes selected

你离开我真会死。 提交于 2019-12-06 15:33:51

The option isn't called selected anymore, but val. Looks like the Cookbook is a little out of date on that one, it's however shown correctly in the API docs.

Also note that you must use the actual keys of the options that you want to be selected, ie in your case you must use the latter of your examples and pass the strings A and C.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!