Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.11 KB

Checkbox.mdx

File metadata and controls

42 lines (36 loc) · 1.11 KB
title description component radix
Checkbox
A control that allows the user to toggle between checked and not checked.
Checkbox

import React from "react"; import { Checkbox, Showcase } from "@chimera-ui/components"; import { CheckIcon } from "@radix-ui/react-icons";

Simple Usage

Accept terms and conditions

Subcomponent Usage

X See how the indicator can be customized?