Enhance CheckableAvatar
component to behave as an actual Checkbox
#1237
Labels
a11y
Issue or PR related to accessibility
enhancement
Issues or PR related to making existing features better
#reimplementation
Issue or PR related to Reimplementation of existing components (#1105)
Description
CheckableAvatar
컴포넌트가 실제 체크박스처럼 동작하도록 개선합니다.Reasons for suggestion
현재
CheckableAvatar
는 HTMLDivElement 로 인터랙션이 불가능한 엘리먼트로 구현되어있습니다. 실제로는 체크박스처럼 동작하기 때문에 내부 구현도 그에 알맞게 개선되면 좋겠습니다.Proposed solution
Avatar
의 name 등, 대표할 수 있는 텍스트가 VisuallyHidden 처리된 라벨로 컴포넌트 내부에 포함되어 스크린 리더 사용자들에게 더 풍부한 정보를 제공할 수 있으면 좋겠습니다.Checkbox
컴포넌트와 통일되면 좋겠습니다.isChecked
->checked
isCheckable
도 비슷하게checkable
로 변경되는 편이 예측 가능성을 높일 수 있어 좋을 거 같습니다.References
The text was updated successfully, but these errors were encountered: