UNPKG

@momentum-ui/react

Version:

Cisco Momentum UI framework for ReactJs applications

14 lines (13 loc) 309 B
import React from 'react'; import { Checkbox } from '@momentum-ui/react'; export default function CheckboxIndeterminate() { return ( <Checkbox value='indeterminate' label='Indeterminate Checkbox' htmlId='indeterminateCheckbox' onChange={()=>{}} indeterminate /> ); }