react-components
react-components copied to clipboard
Duplicate components: <CheckboxInput /> vs <Input type="checkbox" />
Both components look similar, but have different spacing/padding. It can be confusing for developers which one to use where.
CheckboxInput seems to be a more low level component. Maybe it's still fine to have both? But lets check if we can improve documentation around that.
Triage: likely not needs to be addressed now. For consideration in new architecture where we will likely revisit form elements.