LogoCraftReactNative
Components

Checkbox

A checkbox component that allows users to select one or more options from a list. It displays as a square box with a checkmark or a cross to indicate the selected state.

Component preview

Usage

Screen.tsx
import { Checkbox } from "@/craftrn-ui/components/Checkbox";
 
export const Screen = () => <Checkbox checked={true} />;

Props

PropTypeDefault
checked?
boolean
false
disabled?
boolean
false

On this page