component
component copied to clipboard
Converted all path coordinates to numeric values for Checkbox component
Following changes are made to checkbox component
- Converted all path coordinates to numeric values.
- Appended the checkmark path as a sibling of the rect (within the same parent group), not inside it.
- Added fill: 'none' to the checkmark path to ensure the stroke-only checkmark is visible.