Tailwind CSS Checkbox - Versoly UI

Added in 1.0

Example

<div class="flex items-center">
  <input type="checkbox" class="form-checkbox" checked name="checked" id="checkDefault" />
  <label class="ml-3" for="checkDefault">Email me news and special offers</label>
</div>