UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

17 lines (16 loc) 544 B
import * as React from 'react'; export interface ICheckboxOtherExamplesState { isChecked: boolean; isChecked2: boolean; isChecked3: boolean; isIndeter: boolean; } export declare class CheckboxOtherExamples extends React.Component<{}, ICheckboxOtherExamplesState> { state: ICheckboxOtherExamplesState; render(): JSX.Element; private _onCheckboxChange; private _onControlledIndeterminateChange; private _onControlledCheckboxChange; private _onControlledCheckboxChange2; private _renderLabelWithLink; }