JSFiddle - React, Tailwind, and code Playground

by cgough

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/knockout/3.5.0/knockout-min.js"></script>
<button ata-bind="checked: allSelected"> button</button>

<script type=text/html>
  <div>
   <input data-bind="checked: isSelected" type="checkbox"/>1
   <input data-bind="checked: isSelected" type="checkbox"/>2
   <input data-bind="checked: isSelected" type="checkbox"/>3
  </div>
</script>