diff --git a/src/common/Checkbox/Checkbox.js b/src/common/Checkbox/Checkbox.js index 0331e8b40..db640708b 100644 --- a/src/common/Checkbox/Checkbox.js +++ b/src/common/Checkbox/Checkbox.js @@ -5,7 +5,7 @@ const Icon = require('stremio-icons/dom'); const { Input } = require('stremio-navigation'); const styles = require('./styles'); -const Checkbox = React.forwardRef(({ className, disabled = false, checked = false, onClick, children }, ref) => { +const Checkbox = React.forwardRef(({ className, checked = false, disabled = false, onClick, children }, ref) => { return (