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
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 masonryCheckbox widget here
The text was updated successfully, but these errors were encountered:
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).
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 hereThe text was updated successfully, but these errors were encountered: