PluginProbe ʕ •ᴥ•ʔ
JetFormBuilder — Dynamic Blocks Form Builder / 3.6.5.1
JetFormBuilder — Dynamic Blocks Form Builder v3.6.5.1
3.6.5.1 3.6.5 3.6.4.2 3.6.4.1 3.6.4 3.6.3.1 3.6.3 3.6.2.2 3.6.2.1 3.6.2 3.6.1.1 3.6.1 3.6.0.1 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 1.4.2 1.4.3 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.1.0 2.1.1 2.1.10 2.1.11 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 3.0.0 3.0.0.1 3.0.0.2 3.0.0.3 3.0.1 3.0.1.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.0.1 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 3.2.0 3.2.1 3.2.2 3.2.3 3.3.0 3.3.1 3.3.2 3.3.3 3.3.3.1 3.3.4 3.3.4.1 3.3.4.2 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.4.5.1 3.4.5.2 3.4.6 3.4.7 3.4.7.1 3.5.0 3.5.1 3.5.1.1 3.5.1.2 3.5.2 3.5.2.1 3.5.3 3.5.4 3.5.5 3.5.6 3.5.6.1 3.5.6.2 3.5.6.3 3.6.0
jetformbuilder / compatibility / jet-engine / blocks / check-mark / assets / build / frontend / main.css
jetformbuilder / compatibility / jet-engine / blocks / check-mark / assets / build / frontend Last commit date
checkbox.asset.php 2 months ago checkbox.js 2 months ago main.asset.php 1 year ago main.css 1 year ago main.js 2 years ago radio.asset.php 2 months ago radio.js 2 months ago
main.css
2 lines
1 .jet-form-builder-check-mark-img{width:var(--jfb-check-mark-width,24px)}.jet-form-builder-check-mark-img.checked{display:none}.jet-form-builder__field-template--checked .jet-form-builder-check-mark-img:not(.checked){display:none}.jet-form-builder__field-template--checked .jet-form-builder-check-mark-img.checked{display:block}.jet-fb-check-mark input{position:absolute;top:0;left:0;z-index:-1;opacity:0}.jet-fb-check-mark input+span::before{content:'';display:inline-block;width:1.2em;height:1.2em;flex-shrink:0;flex-grow:0;border:1px solid #adb5bd;background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.jet-form-builder__field-template:hover :not(:disabled):not(:checked)+span::before{border-color:#b3d7ff}.jet-form-builder__field-template--checked .jet-fb-check-mark input[type="checkbox"]+span::before{content:url("data:image/svg+xml;charset=UTF-8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"%23000000\"><path d=\"M9 16.17l-4.17-4.17-1.41 1.41L9 19l10-10-1.41-1.41z\"/></svg>")}.jet-fb-check-mark :not(:disabled):active+span::before{background-color:#b3d7ff;border-color:#b3d7ff}.jet-fb-check-mark :focus:not(:checked)+span::before{border-color:#80bdff}.jet-fb-check-mark :disabled+span::before{background-color:#e9ecef}.jet-fb-check-mark input[type="checkbox"]+span::before{border-radius:10%}.jet-fb-check-mark input[type="checkbox"]:checked+span::before{border-color:#0b76ef;background-color:#0b76ef;background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3e%3c/svg%3e")}.jet-fb-check-mark input[type="radio"]+span::before{border-radius:50%}.jet-fb-check-mark input[type="radio"]:checked+span::before{border-color:#0b76ef;background-color:#0b76ef;background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e")}
2