


WeChat applet component label interpretation and analysis examples
label label component description:
label label, which is basically the same as the label label of html. The label element does not present any special effects to the user. However, it improves usability for mouse users. This control is triggered if you click on the text inside the label element. That is to say, when the user selects the label, the focus will automatically go to the form control bound to the label, which is mainly used to improve the usability of the form component.
Use the for attribute to find the corresponding id, or place the control under the label. When clicked, the corresponding control will be triggered.
for has a higher priority than internal controls. When there are multiple controls inside, the first control is triggered by default.
Currently the controls that can be bound are: ,
The effect of component usage example code As follows:
The WXML code is as follows:
<view> <text>-------label绑定checkbox(内嵌)-------</text> <checkbox-group> <view> <label> <checkbox></checkbox> <view> <view></view> </view> <text>{{item.value}}</text> </label> </view> </checkbox-group> </view> <view> <text>---------label绑定radio(for)---------</text> <radio-group> <view> <radio></radio> <view> <view></view> </view> <label><text>{{item.name}}</text></label> </view> </radio-group> </view> <view> <text>-----------label绑定button-----------</text> <label>label绑定button(for)</label> <button>Fly-1</button> <label> <text>label绑定button(内嵌)</text> <button>Fly-2</button> </label> </view> <view> <text>-----------label绑定switch-----------</text> <view> <label>label绑定switch( for)</label> <switch></switch> </view> <view> <label> <text>label绑定switch(内嵌)</text> <switch></switch> </label> </view> <view> <label> <text>label绑定switch(内嵌)</text> <switch></switch> <switch></switch> <switch></switch> </label> </view> </view>
The JS code is as follows:
Page({ data: { checkboxItems: [ {name: 'ctrip', value: '携程', checked: 'true'}, {name: 'qunar', value: '去哪儿'}, {name: 'tuniu', value: '途牛'} ], radioItems: [ {name: 'ctrip', value: '携程'}, {name: 'qunar', value: '去哪儿', checked: 'true'}, {name: 'tuniu', value: '途牛'} ], hidden: false }, checkboxChange: function(e) { var checked = e.detail.value var changed = {} for (var i = 0; i <p style="text-align: left;">The WXSS code is as follows</p> <p style="text-align: left;"></p><pre class="brush:php;toolbar:false">.label-1, .label-2{ margin-bottom: 15px; } .label-1__text, .label-2__text { display: inline-block; vertical-align: middle; } .label-1__icon { position: relative; margin-right: 10px; display: inline-block; vertical-align: middle; width: 18px; height: 18px; background: #CAE1FF; } .label-1__icon-checked { position: absolute; top: 3px; left: 3px; width: 12px; height: 12px; background: #1aad19; } .label-2__icon { position: relative; display: inline-block; vertical-align: middle; margin-right: 10px; width: 18px; height: 18px; background: #CAFF70; border-radius: 50px; } .label-2__icon-checked { position: absolute; left: 3px; top: 3px; width: 12px; height: 12px; background: #1aad19; border-radius: 50%; } .section__title{ display: block; text-align: center; color: #9400D3; } .content{ padding-bottom: 15px; }
Main attributes:
Attributes |
Type |
Type |
for | String | The id of the bound control (the id and the form control that needs to be bound It will only take effect if the id is exactly the same) |
The above is the detailed content of WeChat applet component label interpretation and analysis examples. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

WebStorm Mac version
Useful JavaScript development tools

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Zend Studio 13.0.1
Powerful PHP integrated development environment

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function
