checkbox icon indicating copy to clipboard operation
checkbox copied to clipboard

React Checkbox

Results 27 checkbox issues
Sort by recently updated
recently updated
newest added

[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] ### 🤔 This is a ... - [ ] New feature - [x] Bug fix - [ ] Site / documentation update - [ ] Demo...

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [np](https://github.com/sindresorhus/np) from 6.5.0 to 7.5.0. Release notes Sourced from np's releases. v7.5.0 Fix showing files added since the last release (#595) 626aed6 https://github.com/sindresorhus/np/compare/v7.4.0...v7.5.0 v7.4.0 Add support for custom commit...

dependencies

Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.14.0 to 17.0.2. Release notes Sourced from react-dom's releases. 17.0.2 (March 22, 2021) React DOM Remove an unused dependency to address the SharedArrayBuffer cross-origin isolation warning. (@koba04...

dependencies

Bumps [less](https://github.com/less/less.js) from 3.13.1 to 4.1.1. Release notes Sourced from less's releases. v4.1.1 Bug fixes v4.1.0 Mixin parentheses requirement removed This was maybe too big a change without some kind...

dependencies

How can I change the default blue color? I don't see this documented anywhere.

### Issue - happens in `e.target.checked`: `Property 'checked' does not exist on type 'EventTarget'.` ```javascript setX(e.target.checked)} /> ``` ### Suggestion - in `index.d.ts` ```javascript export interface Props { onChange?: (e:...

https://jinlong.github.io/2016/01/14/checkbox-trickery-with-css/

enhancement

rc-chekcbox version: 2.2.0 react version: 15.5.4 引入了不兼容的变更,导致在 react 15 下 value 不受控,选中状态无法通过外部传入 prop: value 改变 Link to code example: ``` const { check } = this.state; return ( this.setState({ check:...

Help please, rc-component doesn't work with React ref, when native checkboxes works fine: Sample: https://codesandbox.io/s/vigorous-herschel-hm7n6?file=/src/index.js