UNPKG

@atlaskit/checkbox

Version:

A checkbox is an input control that allows a user to select one or more options from a number of choices.

12 lines 462 B
/* required-indicator.tsx generated by @compiled/babel-plugin v0.36.1 */ import "./required-indicator.compiled.css"; import * as React from 'react'; import { ax, ix } from "@compiled/react/runtime"; import { R500 } from '@atlaskit/theme/colors'; const requiredIndicatorStyles = null; export default function RequiredIndicator() { return /*#__PURE__*/React.createElement("span", { "aria-hidden": true, className: ax(["_syaz1gtz _bozgv77o"]) }, "*"); }