Skip to content

HTML removed from labels #84

@Snor

Description

@Snor

Not sure if this was intentional or not, but if you have any HTML in your labels then prettyCheckable will remove this, due to:

label = elLabel.text();

If you modified this to:

label = elLabel.html();

It appears to work fine, retaining the html without any issues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions