Checkbox component has an 'circle' prop, switching the checkbox icons to the Geist 'CheckInCircle' and 'CheckInCircleFill' icons. This prop would have a default value of {False}, thus keeping the current icons as default.
Examples
<Checkbox>My icon is a rounded square. (Default)</Checkbox>
<Checkbox circle={true}>My icon is circular!</Checkbox>
Feature request 🚀
Expected
Examples
Programme (Optional)
Others (Optional)