Checkbox with label Bootstrap component with predefined sizes and structure for
using in foris forms.
All additional `props` are passed to the `` HTML
component.
```js
import { useState } from "react";
const [value, setValue] = useState(false);
setValue(event.target.value)}
/>;
```