import React from 'react'; /** * Checkboxes should be used whenever a user has an option they’d like to opt in or out of. * * Unlike toggles, checkboxes are used for actions, or features, that don’t immediately turn on or off. Checkboxes are usually found in forms as opposed to config pages. */ declare const Checkbox: React.ForwardRefExoticComponent<(Omit & Required> & Partial> & import("@leafygreen-ui/lib").LgIdProps, "ref"> | Omit & Required> & Partial> & import("@leafygreen-ui/lib").LgIdProps, "ref"> | Omit & Required> & Partial> & import("@leafygreen-ui/lib").LgIdProps, "ref">) & React.RefAttributes>; export default Checkbox; //# sourceMappingURL=Checkbox.d.ts.map