Skip to main content

Checkbox

A widget for user to opt in

  • props
PropertyDescriptionTypeDefault
stylestyle for containe of Checkboxany-
statusshow different status of TextAreasuccess | error | warning-
valuevalue of Checkboxstring-
onChangecallback when check condition changefunction-
contentcontent of Checkboxstring\ ReactNode
textStylestyle of contentany-
checkedColorcolor for checked framecolor string-
uncheckedColorcolor for unchcked framecolor string-
<Checkbox content='plse check me' />

checkbpx