Please understand this website is built in react, the components are in react native. There may be slight differences!
Check
A checkbox, a check, a tick, whatever since rn doesn't have it, use this.
Properties table
description?
Reat.ReactNode
Description text beside the checkbox
disabled?
boolean
Disabled or not
defaultChecked?
boolean
Default checked value
onChange?
(checked: boolean)=>void
Callback function to be called when the value is changed
Library data types
Variants
primary, secondary, tertiary, success, warning, error, ghost
Colors will change according to theme(light, dark). Use when it is intended.