Skip to content

Binding boolean with @name syntax #511

@g105b

Description

@g105b
<input type="checkbox" name="overviewGraph" data-bind:checked="?@name" />

This doesn't work, but this does:

<input type="checkbox" name="overviewGraph" data-bind:checked="?overviewGraph" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNon-breaking improvements to existing behaviourgood first issueSuitable starting point for new contributors

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions