Skip to content

CheckboxInputValidated Returns undefined Instead of false for Boolean Values #314

@Nil0ofar

Description

@Nil0ofar

When using CheckboxInputValidated with v-model, if the bound value is a boolean, unchecking the box should set the value to false. However, it currently returns undefined instead of false.

Expected Behavior:
If the bound value is a boolean, unchecking should set it to false.
If the bound value is an object, unchecking should return undefined.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions