v2.4.0 - Checkbox/Radio Dial "checked" attribute
Features:
- If using
global.vueSnapshots.addInputvalues = true;" (on by default), your snapshots will now include a
checked` attribute for Checkboxes and radio dials.<input checked="true" type="radio">
<input checked="false" type="checkbox">
Maintenance:
- Test coverage remains at 100%
Diff: