vlsi opened a new pull request, #5944:
URL: https://github.com/apache/jmeter/pull/5944

   ## Description
   
   The checkbox can be converted to an editable field by calling a context menu:
   * right-click on the checkbox
   * or press shift+F10
   
   The editable box converts back to a checkbox if you select "true" or "false"
   
   Fixes https://github.com/apache/jmeter/issues/1252
   See https://github.com/apache/jmeter/pull/5761
   
   ## Motivation and Context
   
   Previously, JMeter did not allow users to use `${...}` expressions for 
checkbox elements, however, there are cases when the checkbox should be 
customizable.
   For instance, users might want to test different values `enable keepalive` 
setting, and currently it is not possible to configure it from a property file.
   
   ## How Has This Been Tested?
   
   Only manual testing for now :-/
   
   ## Screenshots (if appropriate):
   
   ## Checklist:
   <!--- Go over all the following points, and put an `x` in all the boxes that 
apply. -->
   <!--- If you're unsure about any of these, don't hesitate to ask. We're here 
to help! -->
   - [ ] My code follows the [code style][style-guide] of this project.
   - [ ] I have updated the documentation accordingly.
   
   [style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to