# Greece non-compliant fix ## Root.tsx change the following "false" to "true": `const [checked, setChecked] = React.useState("false")` ## Root.scss Add the following CSS code: ``` .terms{ display: none !important; } ```