You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The checked binding works well for checkboxes, but doesn't support radio buttons. The values initialized is always true/false based on checked/not checked. Also when multiple radio buttons are place for the same field, it take the value of the last one.
The checked binding works well for checkboxes, but doesn't support radio buttons. The values initialized is always true/false based on checked/not checked. Also when multiple radio buttons are place for the same field, it take the value of the last one.
Example code:
JsBin link to reproduce the issue
The text was updated successfully, but these errors were encountered: