Here is Impossible Checkbox component
// This is a demo of a preview import { Component } from "@/components/ui/impossible-checkbox"; export default function DemoOne() { return ( <div className="flex w-full h-screen justify-center items-center"> <Component /> </div> ); }