geist-org / geist-ui

A design system for building modern websites and applications.
https://geist-ui.dev
MIT License
4.34k stars 334 forks source link

Add 'circle' prop to 'Checkbox' component that changes style to the existing Geist 'CheckInCircle' icons #809

Open wiresv opened 1 year ago

wiresv commented 1 year ago

Feature request 🚀

Expected

Examples

<Checkbox>My icon is a rounded square. (Default)</Checkbox>
<Checkbox circle={true}>My icon is circular!</Checkbox>

Programme (Optional)

Others (Optional)