export declare enum CheckboxGroupDataAttributes {
  /**
   * Present when the checkbox group is disabled.
   */
  disabled = "data-disabled",
}