Checkbox

A control for selecting multiple options from a list.

tsx
import { Checkbox } from '@xdev-asia/x-ui-react';

Examples

Props

  • label - Label text
  • description - Description text
  • size - 'sm' | 'md' | 'lg'
  • colorScheme - 'primary' | 'secondary' | 'success' | 'warning' | 'error'
  • isDisabled - Disable the checkbox
  • isIndeterminate - Indeterminate state