UNPKG

@s-ui/react-molecule-checkbox-field

Version:

`MoleculeCheckboxField` is the combination of and `AtomCheckbox` and a `checkboxField`

5 lines 302 B
import _extends from "@babel/runtime/helpers/esm/extends"; import { atomCheckboxSizes, atomCheckboxStatus } from '@s-ui/react-atom-checkbox'; export var BASE_CLASS = 'sui-MoleculeCheckboxField'; export var SIZES = _extends({}, atomCheckboxSizes); export var STATUSES = _extends({}, atomCheckboxStatus);