-
-
-
*]:block transition-all duration-300",
- withBg
- ? "peer-checked:bg-primary [&>*]:text-white"
- : "peer-checked:bg-gray-2 dark:peer-checked:bg-transparent",
- minimal && "mr-3 border-stroke dark:border-dark-3",
- radius === "md" && "rounded-md",
- )}
- >
- {!withIcon && (
-
- )}
-
- {withIcon === "check" && (
-
- )}
-
- {withIcon === "x" && }
-
-
-