We are having a problem with a T3-based bootstrap 3 template on a J3 site which uses the Fabrik forms component for input forms and list data display. On our forms are several multiselect checkbox element fields. When a user submits the form, a T3 plugin bootstrap.js file is changing the checkbox value into "true" values, which are then recorded in the database.
How can we work around this so that the assigned checkbox values are used?
Here is the path to the file causing the issue:
/plugins/system/t3/base-bs3/bootstrap/js/bootstrap.js
Thanks in advance for any help.