+
e.target.checked && colors.setValue(option)}
+ onChange={colors.handleChange}
/>
diff --git a/examples/inputs/select-input/src/example.tsx b/examples/inputs/select-input/src/example.tsx
index d4f3e85..1f3db65 100644
--- a/examples/inputs/select-input/src/example.tsx
+++ b/examples/inputs/select-input/src/example.tsx
@@ -44,13 +44,9 @@ const ColorSelectInput: React.FC = () => {