A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ciphermask/ui/components/ui/check-box
David Walsh 10dc686505
Dark Mode Part 1: Switch to Using CSS Variables (#13147)
3 years ago
..
README.mdx checkbox storybook (#12757) 3 years ago
check-box.component.js checkbox storybook (#12757) 3 years ago
check-box.stories.js checkbox storybook (#12757) 3 years ago
index.js remove the ui/app and ui/lib folders (#10911) 4 years ago
index.scss Dark Mode Part 1: Switch to Using CSS Variables (#13147) 3 years ago

README.mdx

import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';

import CheckBox from '.';

# Checkbox

A small interactive box that can be toggled by the user to indicate an affirmative or negative choice.

<Canvas>
<Story id="ui-components-ui-check-box-check-box-stories-js--default-story" />
</Canvas>

## Component API

<ArgsTable of={CheckBox} />