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.

3 lines (2 loc) 105 B
export { default, default as Checkbox } from './checkbox'; export type { CheckboxProps } from './types';