JSFiddle - React, Tailwind, and code Playground

by George Batt

HTML

<li data-cft-times="true" class="selectedList">@times.time
  <input type="checkbox" class="ficoEntry" checked="checked" data-cft-time="true" />
</li>

JavaScript

if ($('input[data-cft-time]:checked').length){
        alert('input is checked');
}