Adds the unused bool back into the Checkbox.V1

This commit is contained in:
Tessa Kelly 2018-03-19 15:56:12 -07:00
parent e869f064ff
commit 157d7d8a49

View File

@ -95,7 +95,7 @@ customView modifierClasses showLabels model =
Unlockable ->
[ UnlockableClass ]
Round ->
Round _ ->
[ RoundClass ]
Disabled ->
@ -345,7 +345,7 @@ type CheckboxImage
{-| -}
type Theme
= Square ColorTheme
| Round
| Round Bool
| Locked
| LockOnInside
| Unlockable