value - string[] - Controlled selected valuesdefaultValue - string[] - Default selected values for uncontrolled modeonValueChange - (value: string[]) => void - Callback when selection changesvalue - string - The unique identifier for this option (used in selection)showCheckbox - boolean - Whether to show the checkbox (default: false)children - ReactNode - The content to display