Fix issue with checkbox click, closes #549.
This commit is contained in:
@@ -22,7 +22,7 @@ function Checkbox({ name, value, label, onChange }) {
|
||||
className={styles.input}
|
||||
type="checkbox"
|
||||
name={name}
|
||||
value={value}
|
||||
defaultChecked={value}
|
||||
onChange={onChange}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user