export let SwitchRootDataAttributes = /*#__PURE__*/function (SwitchRootDataAttributes) { SwitchRootDataAttributes["checked"] = "data-checked"; SwitchRootDataAttributes["unchecked"] = "data-unchecked"; SwitchRootDataAttributes["disabled"] = "data-disabled"; SwitchRootDataAttributes["readonly"] = "data-readonly"; SwitchRootDataAttributes["required"] = "data-required"; SwitchRootDataAttributes["valid"] = "data-valid"; SwitchRootDataAttributes["invalid"] = "data-invalid"; SwitchRootDataAttributes["touched"] = "data-touched"; SwitchRootDataAttributes["dirty"] = "data-dirty"; SwitchRootDataAttributes["filled"] = "data-filled"; SwitchRootDataAttributes["focused"] = "data-focused"; return SwitchRootDataAttributes; }({});