Skip to content

v2.4.0 - Checkbox/Radio Dial "checked" attribute

Compare
Choose a tag to compare
@TheJaredWilcurt TheJaredWilcurt released this 20 Jan 19:03
· 7 commits to main since this release
83c7332

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: