Check boxes in MQL4?

 
Hi guys. I am aware of how to code a boolean external variable to be used at the parameter window when running the EA. But I want to be able to code a check box to be used at the parameter window when running the EA since check boxes are handier. How to do that please?
 
Bool gives the variable with true or false. That is all there is.
Reason: