Hello Abu,
Is there any way to create a checkbox like this and attach at the red arrow in side this picture?
1 Answers
Hello,
I’ve prepared a demo for your case that converts multi-select dropdown to checkbox options using jQuery plugin.
Code: https://gist.github.com/gridphp/5bbc1ff59cf7c263a87345b62d08f662 (line 51,80)
Selected checkbox values will be saved as comma separated values in that record’s field. Best work if checkbox values are loaded from other table and want saved selected options in single csv field.
Your Answer