UNPKG

react-toolbox

Version:
10 lines (8 loc) 220 B
const SwitchTest = () => ( <fieldset> <Switch label="Push notifications" /> <Switch checked label="Mail notifications" /> <Switch disabled label="Nothing, thanks"/> </fieldset> ); return <SwitchTest />;