Checkbox Functionality for Sheets
When dealing with boolean values in a spreadsheet, they should be able to be displayed as checkboxes. I should be able to insert a checkbox to set a cell to false, and click on that checkbox to set it to true. Ideally they would be handled as booleans by formulas. Also this should go without saying but it took Excel a while to get it right: a checkbox is inside a cell, to represent the boolean data of that cell.
1
vote
-
AquaLunae
commented
Realizing that you do have checkboxes, but importing an Excel file that has checkboxes doesn't work.