As of January 3rd, 2023 the ACCESS NYC Pattern library package is deprecated in favor of the NYC Opportunity Standard which contains updated user interface elements and usability guidance.
Checkboxes
<label class="checkbox" for=""> <input id="" name="" type="checkbox" value="" /> <span class="checkbox__label"></span> </label>
<label class="checkbox"> <input name="category" type="checkbox" value="cash-expenses" /> <span class="checkbox__label items-center"> <svg aria-hidden="true" class="checkbox__icon icon-6 text-blue-bright fill-blue-light"> <use xlink:href="#icon-cash-expenses-v2"></use> </svg> <span>Cash & Expenses</span> </span> </label>