import default_checkbox from "./default"; import disabled from "./disabled"; import size from "./size"; import color from "./color"; import labelColor from "./label-color"; import rounded from "./rounded"; import interminate from "./interminate"; import noAnimation from "./no-animated"; import lineThrough from "./line-through"; import controlledVsUncontrolled from "./controlled-vs-uncontrolled"; export default { default_checkbox, disabled, size, color, labelColor, rounded, interminate, noAnimation, lineThrough, controlledVsUncontrolled, };