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.

4 lines (3 loc) 183 B
/// <reference types="react" /> import { type LabelProps } from '../types'; export default function Label({ children, isDisabled, testId, label, id, xcss }: LabelProps): JSX.Element;