diff --git a/web/components/checkbox.css b/web/components/checkbox.css --- a/web/components/checkbox.css +++ b/web/components/checkbox.css @@ -10,6 +10,10 @@ justify-content: center; } +.checkbox:hover { + cursor: pointer; +} + .checkbox::before { content: ''; width: 16px;