import type {SharedReferenceEntityTemplateSchema} from '../docs-type';

const data: SharedReferenceEntityTemplateSchema = {
  name: 'Choice',
  description:
    'The choice component creates individual selectable options within a choice list. Use choice to define each option that merchants can select, supporting both single selection (radio buttons) and multiple selection (checkboxes) modes.' +
    '\n\nChoice components support labels, help text, and custom content through slots, providing flexible option presentation within choice lists.',
  category: 'Web components',
  subCategory: 'Forms',
  related: [],
};

export default data;
