Sha256: a75feb330ef2d6c15fad98bcfbd030ea9e387ad0b3411ef2b3f9cbec76c6c02c

Contents?: true

Size: 184 Bytes

Versions: 1

Compression:

Stored size: 184 Bytes

Contents

// = require_self

$(() => {
  $('[type="checkbox"]#register').change(function () {
    $(this).closest("label").find(".callout").toggleClass("hide", !$(this).prop("checked"))
  })
})

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
decidim-direct_verifications-1.1 app/packs/src/decidim/direct_verifications/admin/checkboxes.js