Describe the bug
We are currently checking for the existence of the key disabled but if we mark it as false, we are still marking it as disabled.
This is a problem because when we use this component it is common to bind this with a boolean like :disabled=conditional which would result in disabled=true or disabled=false which will result in both cases making the checkbox disabled.
Describe the bug
We are currently checking for the existence of the key
disabledbut if we mark it asfalse, we are still marking it as disabled.This is a problem because when we use this component it is common to bind this with a boolean like
:disabled=conditionalwhich would result indisabled=trueordisabled=falsewhich will result in both cases making the checkbox disabled.