You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why rendering checkboxes is boolean? How to set the data? I think that's wrong. If I need to render list with checkboxes, I guess transparency will set value to checkbox by default, but not make it checked if some(any) value present
The text was updated successfully, but these errors were encountered:
Checkbox.prototype.render = function(value) { return this.attr('checked', Boolean(value)); };
Why rendering checkboxes is boolean? How to set the data? I think that's wrong. If I need to render list with checkboxes, I guess transparency will set
value
to checkbox by default, but not make it checked if some(any) value presentThe text was updated successfully, but these errors were encountered: