UNPKG

@xgovformbuilder/govuk-react-jsx

Version:

> This package is no longer maintained and will not receive updates bringing it beyond govuk-frontend 4.0.1. If you are using this in your project the simplest way forward is to copy and paste the components from here into your project allowing you to kee

11 lines (9 loc) 297 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Boolean } from '../../../utils/Boolean'; function Checkboxes(props) { return /*#__PURE__*/React.createElement(Boolean, _extends({}, props, { controlType: "checkboxes" })); } export { Checkboxes };