.Checkbox{display:inline-block;position:relative}.Checkbox input{cursor:pointer;appearance:none;border:1px solid var(--colorBlack200)}.Checkbox .Checkbox__checkmark{pointer-events:none;position:absolute}.Checkbox .Checkbox__checkmark svg path{stroke-width:7px}.Checkbox input:checked{border:1px solid var(--colorPrimary)}.Checkbox input:checked~.Checkbox__checkmark{display:block}.Checkbox input:not(:checked)~.Checkbox__checkmark{display:none}
