Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong behavior with checkboxes #146

Open
bdandy opened this issue Sep 23, 2015 · 1 comment
Open

Wrong behavior with checkboxes #146

bdandy opened this issue Sep 23, 2015 · 1 comment

Comments

@bdandy
Copy link

bdandy commented Sep 23, 2015

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 present

@heme
Copy link

heme commented Nov 3, 2015

@bogdan-d may want to check out #117 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants