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) 191 B
import { type LabelProps } from '../types'; export default function Label({ children, isDisabled, isChecked, isIndeterminate, isInvalid, testId, label, id, xcss, }: LabelProps): JSX.Element;