Views.CheckBox = Views.Base.extend({ classType: "Views.CheckBox", tagName: "div", //return a Model.Value getModelValueFromInput: function(aString) { var aModelValue = this.model; var newValue = ""; var aStringWasSuppressed = false; if (aModelValue.get("value") != "") { var oldArray = aModelValue.get("value").split(":|:"); for (var i=0;i