diff --git a/client/components/Postman/Postman.js b/client/components/Postman/Postman.js
index fc1bc6b1..e71bd4d9 100755
--- a/client/components/Postman/Postman.js
+++ b/client/components/Postman/Postman.js
@@ -326,7 +326,7 @@ export default class Run extends Component {
{item.required == 1 ?
enable :
- this.changeParam('req_query', e.target.value, index, 'value')}>enable
+ this.changeParam('req_query', e.target.checked, index, 'enable')}>enable
}
=