import usage from "./usage"; import sizes from "./sizes"; import colors from "./colors"; import disabled from "./disabled"; import radius from "./radius"; import indeterminate from "./indeterminate"; import lineThrough from "./line-through"; import customCheckIcon from "./custom-check-icon"; import controlled from "./controlled"; import customStyles from "./custom-styles"; import customImplementation from "./custom-implementation"; export const checkboxContent = { usage, sizes, colors, disabled, radius, indeterminate, lineThrough, customCheckIcon, controlled, customStyles, customImplementation, };