diff --git a/assets/javascripts/wizard/initializers/custom.js.es6 b/assets/javascripts/wizard/initializers/custom.js.es6 index 1f476b1f..e972b556 100644 --- a/assets/javascripts/wizard/initializers/custom.js.es6 +++ b/assets/javascripts/wizard/initializers/custom.js.es6 @@ -252,6 +252,9 @@ export default { } else { const val = this.get('value'); const type = this.get('type'); + + console.log(val, type) + if (type === 'checkbox') { valid = val; } else if (type === 'category') {