We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b75db commit 7ab603fCopy full SHA for 7ab603f
1 file changed
website/src/pages/colorful/index.tsx
@@ -17,8 +17,8 @@ function Example() {
17
/>
18
<div>
19
<label>
20
- <input type="checkbox" checked={disableAlpha} onChange={(evn) => setDisableAlpha(evn.target.checked)} />
21
- {disableAlpha ? 'Hide' : 'Show'} Alpha
+ <input type="checkbox" checked={!disableAlpha} onChange={(evn) => setDisableAlpha(evn.target.checked)} />
+ Show Alpha
22
</label>
23
</div>
24
0 commit comments