You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To ensure compatibility with Excel, we could start with a simple implementation.
Checkboxes can be added by selecting a cell and clicking the respective button in the toolbox.
Once clicked, checkboxes will have 2 states: TRUE (checked) and FALSE (unchecked). Cell references to these cell should take that into account.
Notes:
Checkboxes can be deleted by hitting Del
Cells that include checkboxes cannot be overwritten
We’re using the icons square-check and check, from Lucide
The text was updated successfully, but these errors were encountered:
@nhatcher Please take a look at the spec. I think that in the first iteration we could keep it simple. If we do that, we won't break compatibility with Excel, right?
To ensure compatibility with Excel, we could start with a simple implementation.
Checkboxes can be added by selecting a cell and clicking the respective button in the toolbox.
Once clicked, checkboxes will have 2 states: TRUE (checked) and FALSE (unchecked). Cell references to these cell should take that into account.
The text was updated successfully, but these errors were encountered: