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.

8 lines (7 loc) 201 B
/** * @jsxRuntime classic * @jsx jsx */ /// <reference types="react" /> import { type LabelTextProps } from '../types'; export default function LabelText({ children }: LabelTextProps): JSX.Element;