diff --git a/css-forms-1/Overview.bs b/css-forms-1/Overview.bs index 55c7300fa8e9..69676625a695 100644 --- a/css-forms-1/Overview.bs +++ b/css-forms-1/Overview.bs @@ -886,11 +886,14 @@ input[type=radio] { justify-content: center; } -input[type=checkbox]:not([switch])::checkmark, -input[type=radio]::checkmark { +input[type=checkbox]:not([switch])::checkmark { content: '\2713' / ''; } +input[type=radio]::checkmark { + content: ''; +} + input[type=checkbox]:not([switch], :checked)::checkmark { input[type=radio]:not(:checked)::checkmark { visibility: hidden;