codeforamerica / honeycrisp-gem

A Rails gem with base styles and Javascript for Code for America products
http://honeycrisp.herokuapp.com
MIT License
24 stars 8 forks source link

Fix - "None of the above" in checkbox set (Breaking) #320

Closed sree-cfa closed 6 months ago

sree-cfa commented 6 months ago

Fix for when there are mutiple checkbox sets on one page - the "none of the above" toggle will be applied only to its own set (instead of every checkbox set on the page)

⚠️ Breaking change for folks using id="none__checkbox" without the "input name" appended ex id="none__checkbox-programSelection"