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

Checkbox element #94

Closed
matthunz opened this issue Jul 9, 2024 · 2 comments
Closed

Checkbox element #94

matthunz opened this issue Jul 9, 2024 · 2 comments

Comments

@matthunz
Copy link
Contributor

matthunz commented Jul 9, 2024

Should we support input { type: "checkbox" } by displaying a default input widget?

I think the big question here is what should the default styling look like 👀 I'm thinking now we might want to match browser implementations somewhat close, but we may have some creative freedom here.

One idea I had is re-using the masonry Checkbox widget here

@matthunz matthunz mentioned this issue Jul 9, 2024
5 tasks
@nicoburns
Copy link
Collaborator

Read-only checkboxes would also be useful for rendering checkbox lists in Github READMEs. Our markdown library already supports generating them. Perhaps the most expedient path forwards would be to implement this custom but use the Masonry Checkbox's paint implementation (which is of course vello-based anyway).

@cfraz89 cfraz89 mentioned this issue Sep 1, 2024
@nicoburns
Copy link
Collaborator

Closed by #125

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

No branches or pull requests

2 participants