- Issue created by @Greg Boggs
- πΊπΈUnited States Greg Boggs Portland Oregon
Lets try this again except handling the 0 case as well.
Our users found it confusing that the value of a checkbox is 0/1 in the sheet. So, this patch changes checkboxes to use the element label instead of the value. This could also be done with a spreadsheet formatter, or with an optional configuration, but this works best for our users.
Needs review
2.0
Code
Lets try this again except handling the 0 case as well.