Skip to content

Wrong behavior with checkboxes #146

@bdandy

Description

@bdandy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions