Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
Description:
Seems that Checkbox (and TriStateCheckbox) customization is a bit closed. Multiple properties are private like :
- Border Radius always 2dp.
- Border Width always 2dp.
- Checkbox size ( but we can scale it )
- We can't change checkmark (or indeterminate mark)
- We can't override all colors of CheckboxColors with CheckboxDefaults.color(). For example, disabled color is always the same for the Box and the Border ( disabledBorderColor = disabledColor ) .
Use Case:
In order to be the most precise to a Company design system and visual identity it would be great to be able to customize the most properties as we can.