I have been working with a checkbox component and i noticed different workflows for checked$="{{model.isChecked}}"
vs checked="{{model.isChecked}}"
and i wanted to know what the $
actually does.
It seems there are some artifacts with the design.
Ideally, when it is checked it will toggle the value in model
.
Thanks