This time I will show you how to expand the click range of the input checkbox. What are the precautions for expanding the click range of the input checkbox. The following is a practical case, let's take a look.
<p style=" width :100%; height :100px;"><input type="checkbox" onclick =" All _None(this.checked)" style="width:100%;height:100%;"></p>
Set the width and height to 100%.
I believe you have mastered the method after reading these cases. For more exciting information, please pay attention to other related articles on the PHP Chinese website!
Related reading:
Detailed examples of HTML text formatting
h5 How to implement input box prompts + normal text box prompts
border-radiusHow to add a rounded border to an element
The above is the detailed content of How to expand the click range of input checkbox. For more information, please follow other related articles on the PHP Chinese website!