primer / octicons

A scalable set of icons handcrafted with <3 by GitHub
https://primer.style/foundations/icons
MIT License
8.26k stars 830 forks source link

[Icon Request] Empty Checkbox #942

Closed yardenshoham closed 1 year ago

yardenshoham commented 1 year ago

To show a button for adding an empty checkbox I'd like an icon exactly like https://primer.style/design/foundations/icons/checkbox-16 but without the checkmark. That way I'd have an SVG for both an empty checkbox and a checked checkbox.

How about:

<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M2.75 1h10.5c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0 1 13.25 15H2.75A1.75 1.75 0 0 1 1 13.25V2.75C1 1.784 1.784 1 2.75 1ZM2.5 2.75v10.5c0 .138.112.25.25.25h10.5a.25.25 0 0 0 .25-.25V2.75a.25.25 0 0 0-.25-.25H2.75a.25.25 0 0 0-.25.25Z"/></svg>
tallys commented 1 year ago

Hi, thanks for opening the issue. We already have a Square Icon in Octicons.

yardenshoham commented 1 year ago

Next to the checkbox, it looks like they have different sizes

tallys commented 1 year ago

Hi @yardenshoham, we intentionally do not have an empty toggle checkbox. Additionally, including it could potentially encourage inaccessible checkboxes in being built in the UI. If you need a checkbox, check out https://primer.style/react/Checkbox.