import {
Checkbox,
CheckboxIndicator,
CheckboxGroup,
CheckboxIcon,
CheckboxLabel,
} from "@/components/ui/checkbox";
<Checkbox value="Eng">
<CheckboxIndicator>
<CheckboxIcon as={CheckIcon} />
</CheckboxIndicator>
<CheckboxLabel style={{ color: "black" }}>Framer</CheckboxLabel>
</Checkbox>