Checkbox - fix misalignments/errors #599
Labels
⭕ core team issue
This is for the core team and should not be done by contributors
🎨 design issue
Task is for designers
⌨️ dev issue
Task is for developers
🚨 new::bug
Something isn't working
Milestone
Description / User Story
The following differences were found when comparing the Checkbox in Storybook with the Checkbox in Design:
Label:
Control:
There is no focus ring when focusing the control while in the readonly state> part of Checkbox - component should be able to receive focus when in readonly state #752Focus ring already gets applied when pressing, but in design it is not there in pressed state> part of Focus - define when focus gets applied and update components #751 and follow up tasksFocus ring is much rounder than in design, especially on the inside (2px in design and 4px in code?)> part of Checkbox - component should be able to receive focus when in readonly state #752Behaviour:
Acceptance Criteria
Background information
There is an area between the control and the label where neither the hover nor pressed state get applied and it is not possible to check/uncheck the component. Is this intended by design?> fixedThe focus state initially only has a 1px border, which gets corrected to 2px after a short delay, also I assume the color in dark mode will be fixed with Focus State - global improvement #330> fixedShould the component not be clickable anymore, when it has an error state?> fixedThe text was updated successfully, but these errors were encountered: