Skip to content

<input type='checkbox' checked={false} /> not rendered properly. #2

@dtinth

Description

@dtinth

Expected result

<input type="checkbox">

Actual result

<input type="checkbox" checked="false"></input>

Note that this HTML code generates a checkbox that is checked, because the presence of the checked attribute.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions