@burrow-ui/checkbox
v0.1.7
Published
Checkbox with optional inline link (e.g. ToS acceptance) for Burrow UI
Downloads
464
Maintainers
Readme
@burrow-ui/checkbox
Checkbox with optional inline link (the "I accept the Terms" pattern).
import {Checkbox} from "@burrow-ui/checkbox";
<Checkbox
label="I agree to the"
linkText="Terms of Service"
linkUrl="/terms"
onChange={(v) => setAccepted(v)}
/>;Peer dependencies
react,react-dom^18 || ^19react-icons^5(usesAiOutlineCheck)styled-components^6
