1. Docs
  2. Components
  3. Checkbox

Checkbox

A control that allows the user to toggle between checked and not checked.

Installation

Anatomy

Examples

Disabled

Group

Form

API Reference

Checkbox.Provider

PropTypeDefault
isSelected
boolean
defaultSelected
boolean
onChange
function
isIndeterminate
boolean
isDisabled
boolean
isReadOnly
boolean
isRequired
boolean
isInvalid
boolean
name
string
value
string
children
ReactNode

Checkbox.Root

PropTypeDefault
children
ReactNode

Checkbox.Indicator

PropTypeDefault
className
string