Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Checkboxes #296

Open
dg-ac opened this issue Feb 23, 2025 · 2 comments
Open

Feature: Checkboxes #296

dg-ac opened this issue Feb 23, 2025 · 2 comments

Comments

@dg-ac
Copy link
Contributor

dg-ac commented Feb 23, 2025

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.

Image

Once clicked, checkboxes will have 2 states: TRUE (checked) and FALSE (unchecked). Cell references to these cell should take that into account.

Image

Notes:

  1. Checkboxes can be deleted by hitting Del
  2. Cells that include checkboxes cannot be overwritten
  3. We’re using the icons square-check and check, from Lucide
@nhatcher
Copy link
Member

This is how Google sheets does it:

Image

and

Image

It is incompatible with Excel

@dg-ac
Copy link
Contributor Author

dg-ac commented Mar 4, 2025

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants