Home  >  Article  >  Web Front-end  >  How to expand the click range of input checkbox

How to expand the click range of input checkbox

php中世界最好的语言
php中世界最好的语言Original
2018-01-22 10:45:543178browse

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn