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 4413ab1 commit 9d461dcCopy full SHA for 9d461dc
src/components/checkbox/index.tsx
@@ -75,7 +75,6 @@ interface CheckboxState {
75
* @description: Checkbox component for toggling boolean value related to some context
76
* @extends: TouchableOpacity
77
* @extendslink: docs/TouchableOpacity
78
- * @gif: https://media.giphy.com/media/xULW8j5WzsuPytqklq/giphy.gif
79
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/CheckboxScreen.tsx
80
*/
81
class Checkbox extends Component<CheckboxProps, CheckboxState> {
0 commit comments