// src/components/checkbox/checkbox.anatomy.ts
import { anatomy } from "@zag-js/checkbox";
var checkboxAnatomy = anatomy.extendWith("group");

export {
  checkboxAnatomy
};
