diff --git a/src/components/input/Checkbox.js b/src/components/input/Checkbox.js index a0c13344..6acf0212 100644 --- a/src/components/input/Checkbox.js +++ b/src/components/input/Checkbox.js @@ -63,6 +63,8 @@ const CheckboxNext = function Checkbox({ } } + const Icon = isChecked ? CheckedIcon : UncheckedIcon; + return ( );