Write tests to check the following test cases; - CheckboxInput is rendered correctly with default props. - CheckboxInput is unchecked by default. - CheckboxInput can be checked. - CheckboxInput can be unchecked.
Write tests to check the following test cases;