Checkbox

Useful for allowing users to select one or more options in a form.

Props

Prop
Type
Description
childrenReactNodeThe content to render
appearancedefault | minimal | negative | positiveThe theming to apply
idStringThe id of the checkbox
nameStringThe name of the checkbox
valueStringThe value of the checkbox
descriptionStringA text description of the checkbox
isCheckedBooleanWhether it is checked or not
onChangeFunctionA function to be called when the value changes

Examples

todo