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) 106 B
export { Checkbox as default, Checkbox } from './checkbox'; export type { CheckboxProps } from './types';