CN110377203B - Method and device for controlling multiple check boxes - Google Patents

Method and device for controlling multiple check boxes Download PDF

Info

Publication number
CN110377203B
CN110377203B CN201910558381.8A CN201910558381A CN110377203B CN 110377203 B CN110377203 B CN 110377203B CN 201910558381 A CN201910558381 A CN 201910558381A CN 110377203 B CN110377203 B CN 110377203B
Authority
CN
China
Prior art keywords
check box
target
attribute
state
mapping table
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910558381.8A
Other languages
Chinese (zh)
Other versions
CN110377203A (en
Inventor
张凤尧
李晓鹏
王海
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guiyang Longmaster Information and Technology Co ltd
Original Assignee
Guiyang Longmaster Information and Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guiyang Longmaster Information and Technology Co ltd filed Critical Guiyang Longmaster Information and Technology Co ltd
Priority to CN201910558381.8A priority Critical patent/CN110377203B/en
Publication of CN110377203A publication Critical patent/CN110377203A/en
Application granted granted Critical
Publication of CN110377203B publication Critical patent/CN110377203B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04842Selection of displayed objects or displayed text elements

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Debugging And Monitoring (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The application discloses a method and a device for controlling check boxes, which are characterized in that a target state of a target check box and a first attribute of the target check box are obtained; analyzing the first attribute to obtain a mapping table; traversing the mapping table to obtain the following check boxes corresponding to the mapping table; the current state of the following check box is converted into the state consistent with the target state of the target check box, the purpose of controlling the check box is achieved through the execution steps, the check box does not need to be divided into an upper-level and a lower-level relation, the control is simple, and data among different branches can be controlled mutually.

Description

Method and device for controlling multiple check boxes
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for controlling check boxes.
Background
When the check boxes are used for processing data with data relationship, the id of the check box of the parent-level data is set as the name of the check box of the child-level data, namely, one attribute such as id is defined on the check box of the parent-level data, and then another attribute such as name is defined on the check box of the child-level data, and the attribute value of the name is equal to the id value. And then, when the check boxes of the parent data are operated, whether the check boxes of the parent data need to be checked is judged in a recursive mode, and when the check boxes of the parent data are operated, the check boxes corresponding to the child data are checked or canceled in a recursive mode.
However, the existing control method is inconvenient to use, each id and name needs to be manually defined during use, and the id and the name need to be in a top-bottom relationship and then can be used after event binding.
In addition, the multi-level data check boxes are complex to process, if the check boxes of the first-level data need to be checked or canceled, the corresponding check boxes of the second-level data, the third-level data and even deeper-level data need to change along with the state change of the check boxes, that is, the check boxes of the sub-level data need to change along with the check boxes of the parent-level data, for example, the data is divided into the first-level data, the second-level data and the third-level data according to the data hierarchy relationship, the first-level data is the parent-level data of the second-level data, the second-level data is the parent-level data of the third-level data, when the state of the check boxes of the first-level data changes, the state of the check boxes of the sub-level data needs to change correspondingly, that is, when the state of the check boxes of the first-level data changes from canceled to checked, the corresponding check boxes of the second-level data and the third-level data also need to be changed to be checked.
Disclosure of Invention
The application provides a method and a device for controlling check boxes, which are used for solving the problems that the existing multilevel check boxes are complex to process and different systems influence each other.
In a first aspect, to achieve the above object, the present application provides a method of controlling a check box, the method including:
acquiring a target state of a target check box and a first attribute of the target check box, wherein the first attribute is a preset attribute except a fixed attribute of the target check box;
analyzing the first attribute to obtain a mapping table, wherein the mapping table comprises at least one fixed attribute value corresponding to at least one following check box;
traversing the mapping table to obtain the following check boxes corresponding to the mapping table;
converting the current state of the following check box to be consistent with the target state of the target check box.
Further, the target state includes a selected state or a cancelled state.
Further, after the obtaining the target status of the target check box and the first attribute of the target check box, the method further includes:
and acquiring the fixed attribute value of the target check box.
Further, before the obtaining the target status of the target check box and the first attribute of the target check box, the method further includes:
selecting a target check box, and adding the first attribute to the target check box;
acquiring at least one fixed attribute value corresponding to at least one following check box;
and adding the fixed attribute value in the first attribute to form a mapping table.
Further, after the adding the fixed attribute value to the first attribute and forming a mapping table, the method further includes:
the target check box binds a change event with the following check box.
In a second aspect, the present application further provides an apparatus for controlling a check box, the apparatus comprising a control unit configured to:
acquiring a target state of a target check box and a first attribute of the target check box, wherein the first attribute is a preset attribute except a fixed attribute of the target check box;
analyzing the first attribute to obtain a mapping table, wherein the mapping table comprises at least one fixed attribute value corresponding to at least one following check box;
traversing the mapping table to obtain the following check boxes corresponding to the mapping table;
converting the current state of the following check box to be consistent with the target state of the target check box.
Further, the target state includes a selected state or a cancelled state.
Further, the control unit is further configured to: and acquiring the fixed attribute value of the target check box.
Further, the device also comprises a preset unit used for:
selecting a target check box, and adding the first attribute to the target check box;
acquiring at least one fixed attribute value corresponding to at least one following check box;
and adding the fixed attribute value in the first attribute to form a mapping table.
Further, the preset unit is further configured to bind the target check box with the following check box for a change event.
In a third aspect, to achieve the above object, the present application provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of any one of the methods of controlling checkboxes of the first aspect.
In a fourth aspect, to achieve the above object, the present application provides a computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the steps of the method for controlling check boxes according to any one of the first aspect when executing the program.
According to the technical scheme, the method and the device for controlling the check boxes, provided by the embodiment of the application, are characterized in that the target state of the target check box and the first attribute of the target check box are obtained; analyzing the first attribute to obtain a mapping table; traversing the mapping table to obtain the following check boxes corresponding to the mapping table; the current state of the following check box is converted into the state consistent with the target state of the target check box, the purpose of controlling the check box is achieved through the execution steps, the check box does not need to be divided into an upper-level and a lower-level relation, the control is simple, and data among different branches can be controlled mutually.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the application.
Drawings
In order to more clearly describe the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained according to these drawings without inventive exercise.
FIG. 1 is a schematic flow chart of a prior art method of controlling check boxes;
FIG. 2 is a schematic flowchart of a method for controlling check boxes according to an embodiment of the present disclosure;
fig. 3 is a schematic flowchart of setting a first attribute according to an embodiment of the present application;
FIG. 4 is a schematic flowchart of another method for controlling check boxes according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of a device for screening illegal users according to an embodiment of the present application.
Detailed Description
The features and advantages of the present application will become more apparent and appreciated from the following detailed description of the application.
The word "exemplary" is used exclusively herein to mean "serving as an example, embodiment, or illustration. Any embodiment described herein as "exemplary" is not necessarily to be construed as preferred or advantageous over other embodiments. While the various aspects of the embodiments are presented in drawings, the drawings are not necessarily drawn to scale unless specifically indicated.
In the description of the present application, it should be noted that the terms "upper", "lower", "inner", "outer", "front", "rear", "left" and "right" and the like indicate orientations or positional relationships based on operational states of the present application, and are only used for convenience of description and simplification of description, but do not indicate or imply that the referred device or element must have a specific orientation, be constructed in a specific orientation and be operated, and thus, should not be construed as limiting the present application. Furthermore, the terms "first," "second," "third," and "fourth" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance.
The prior art generally defines a fixed attribute such as id on a check box of parent data, and then defines another fixed attribute such as name on a check box of child data, and the attribute value of the name is equal to the id value. Recursive processing is performed when checking or canceling operations are performed on check boxes of data. As shown in fig. 1, this is a method of defining id, name attributes to implement control check boxes:
firstly, id and name of different data hierarchical relations need to be defined in advance when the data object is used, each check box with the name value equal to the id value belongs to the sub-level data, and each check box is called an operable data object. That is, id and name are well defined on the check box, and the attribute values of id and name are relied on to distinguish the upper and lower hierarchical relations of the data, for example, id is "one", and the sub-level name corresponding to it is "one".
Second, click events (click) or change events (change) are rebinding for each actionable object.
Finally, when the user clicks the check box, acquiring the id and the name of the current check box; all child level data objects are found down through id first and have their child level data object state (checked/canceled) changed following the state of parent level data.
And finding all parent data objects by the name in an upward recursion manner, traversing all child data objects under the parent data objects, and calculating whether the parent data objects can be selected or cancelled.
The above scheme has several problems:
the use is inconvenient, the id and the name of each check box need to be manually defined during use, and the id and the name have to be in a top-bottom hierarchical relationship and then are used after event binding.
The association between the different hierarchy data levels cannot be made, because the association between each data level is associated by id and name, so the data of other branches cannot be associated with the current operation object. If the association needs to be made, event snooping (click/change) needs to be handled separately for a certain data node.
Different system data influence each other, for example, the secondary data B2 under the primary data A1 needs to follow the state change of the C2 with the same level as B2 when being selected or cancelled. For example, there are two levels of data a and B, the data a and B do not have a relationship between upper and lower levels, a has its own sub-level a1, B also has its own sub-level B1, and when the state of the sub-level a1 of a changes, the state of the sub-level B1 of B also needs to change accordingly. For example, when A1 is selected, B1 is required to be changed to a selected state
To solve the above problems, the present application provides a method and an apparatus for controlling a check box, and the following describes in detail a specific embodiment of the present application with reference to the accompanying drawings.
Fig. 2 is a schematic flowchart of a method for controlling check boxes according to a first embodiment of the present application, and as shown in fig. 2, the method includes steps S101 to S104.
S101: and acquiring a target state of a target check box and a first attribute of the target check box, wherein the first attribute is a preset attribute except a fixed attribute of the target check box.
The target check box is an object which needs to be operated currently, the current state of the target check box comprises a checking state or a canceling state, and the target state comprises the checking state or the canceling state, namely the target check box can be switched from the checking state to the canceling state, or the target check box can be switched from the canceling state to the checking state.
The step of setting the first attribute as shown in fig. 3 specifically includes:
s001: and selecting a target check box, and adding the first attribute to the target check box.
S002: and acquiring at least one fixed attribute value corresponding to at least one following check box.
S003: and adding the fixed attribute value in the first attribute to form a mapping table.
S004: the target check box binds a change event with the following check box.
During specific implementation, a first attribute synchro is added to the target check box, the attribute value of the fixed attribute corresponding to the required follow check box, such as the name value, is added to the synchro attribute value in the json data format to form a mapping table, for example:
synchro='{"team[]":["team"],"team_role[]":["team_role"],"team_team"]}'。
after the first attribute is preset, a change event needs to be set, such as acquiring all objects with the sync attribute,
(inputObj): var inputObj ═ ($ ("input [ type ═ checkbox' ] [ sync ]"); binding change event to inputObj (change): bind ('change', function () {/}).
S102: and analyzing the first attribute to obtain a mapping table, wherein the mapping table comprises at least one fixed attribute value corresponding to at least one following check box.
S103: and traversing the mapping table to obtain the following check box corresponding to the mapping table.
If the json character string is analyzed by using JavaScript, converting the json character string str into the json object only by calling a function JSON.
S104: converting the current state of the following check box to be consistent with the target state of the target check box.
For example, in the target check box a, when the state of a changes, the value of the sync is traversed to find a following check box whose name and value exist in the sync, and the state of the following check box whose name is "team [ ]" and value is "team" also changes.
The json format of the attribute values of the first attribute sync is used for { "name": value1"," value2"] } because there are a plurality of check boxes of the same name but the values thereof are different.
For data objects of different systems, only the name and value of the data object need to be added into the current sync value, so that the data object can be controlled, such as: when the check box A is checked and cancelled, the check box B also needs to have a corresponding change state, and the effect can be realized by only adding the name and the value of A into the sync attribute of B. In the application, parent-level data and child-level data do not need to be distinguished, and whether the states of other check boxes need to be changed or not is judged completely through the attribute values of the synchro.
In another specific embodiment, as shown in fig. 4, after the obtaining the target status of the target check box and the first attribute of the target check box, the method further includes, S105: and acquiring the fixed attribute value of the target check box.
At this time, the target check box is a following check box as other target check boxes, and if the fixed attribute value of the target check box and the other target check boxes form a mapping relationship, the state of the target check box is changed accordingly.
Corresponding to the embodiment of the method for controlling the check box, the application also provides an embodiment of a device for controlling the check box. Referring to fig. 5, a schematic structural diagram of an apparatus for controlling a check box provided in an embodiment of the present application is shown, where the apparatus includes:
the system comprises a presetting unit 100, a first attribute adding unit and a second attribute adding unit, wherein the presetting unit 100 is used for selecting a target check box and adding the first attribute to the target check box; acquiring at least one fixed attribute value corresponding to at least one following check box; adding the fixed attribute value to the first attribute to form a mapping table; the target check box binds a change event with the following check box.
The system further comprises a control unit 200, which is used for acquiring a target state of a target check box and a first attribute of the target check box, wherein the first attribute is a preset attribute except a fixed attribute of the target check box;
analyzing the first attribute to obtain a mapping table, wherein the mapping table comprises at least one fixed attribute value corresponding to at least one following check box;
traversing the mapping table to obtain the following check boxes corresponding to the mapping table;
converting the current state of the following check box to be consistent with the target state of the target check box;
and acquiring the fixed attribute value of the target check box.
According to the method and the device for controlling the data relation of the check boxes, the target state of the target check box and the first attribute of the target check box are obtained; analyzing the first attribute to obtain a mapping table; traversing the mapping table to obtain the following check boxes corresponding to the mapping table; the current state of the following check box is converted into the state consistent with the target state of the target check box, the purpose of controlling the check box is achieved through the execution steps, the check box does not need to be divided into an upper-level and a lower-level relation, the control is simple, and data among different branches can be controlled mutually.
According to the method for controlling the check boxes, the embodiment of the application also provides a readable storage medium and a computer device. The readable storage medium has stored thereon an executable program which, when executed by a processor, implements the steps of the above-described method of controlling check boxes; the computer device comprises a memory, a processor and an executable program stored on the memory and capable of running on the processor, and the steps of the method for controlling the check boxes are realized when the processor executes the program.
The present application has been described in detail with reference to specific embodiments and illustrative examples, but the description is not intended to limit the application. Those skilled in the art will appreciate that various equivalent substitutions, modifications or improvements may be made to the presently disclosed embodiments and implementations thereof without departing from the spirit and scope of the present disclosure, and these fall within the scope of the present disclosure. The protection scope of this application is subject to the appended claims.

Claims (8)

1. A method of controlling a checkbox, the method comprising:
acquiring a target state of a target check box and a first attribute of the target check box, wherein the first attribute is a preset attribute except a fixed attribute of the target check box;
analyzing the first attribute to obtain a mapping table, wherein the mapping table comprises at least one fixed attribute value corresponding to at least one following check box;
traversing the mapping table to obtain the following check boxes corresponding to the mapping table;
converting the current state of the following check box to be consistent with the target state of the target check box;
before the obtaining the target state of the target check box and the first attribute of the target check box, the method further comprises:
selecting a target check box, and adding the first attribute to the target check box;
acquiring at least one fixed attribute value corresponding to at least one following check box;
and adding the fixed attribute value in the first attribute to form a mapping table.
2. The method of controlling a check box according to claim 1, wherein the target state includes a checked state or a canceled state.
3. The method of controlling a check box according to claim 1, wherein after said obtaining the target status of the target check box and the first attribute of the target check box, further comprising:
and acquiring the fixed attribute value of the target check box.
4. A method for controlling a check box according to claim 1, wherein said adding said fixed attribute value to said first attribute, after forming a mapping table, further comprises:
the target check box binds a change event with the following check box.
5. An apparatus for controlling a check box, the apparatus comprising a control unit for:
acquiring a target state of a target check box and a first attribute of the target check box, wherein the first attribute is a preset attribute except a fixed attribute of the target check box;
analyzing the first attribute to obtain a mapping table, wherein the mapping table comprises at least one fixed attribute value corresponding to at least one following check box;
traversing the mapping table to obtain the following check boxes corresponding to the mapping table;
converting the current state of the following check box to be consistent with the target state of the target check box;
wherein, the device further comprises a preset unit for: selecting a target check box, and adding the first attribute to the target check box;
acquiring at least one fixed attribute value corresponding to at least one following check box;
and adding the fixed attribute value in the first attribute to form a mapping table.
6. An apparatus for controlling a check box according to claim 5, wherein the target state includes a checked state or a canceled state.
7. The apparatus of controlling a checkbox according to claim 5, wherein the control unit is further configured to: and acquiring the fixed attribute value of the target check box.
8. An apparatus of controlling a check box according to claim 5, wherein the preset unit is further configured to bind the target check box with the following check box for a change event.
CN201910558381.8A 2019-06-26 2019-06-26 Method and device for controlling multiple check boxes Active CN110377203B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910558381.8A CN110377203B (en) 2019-06-26 2019-06-26 Method and device for controlling multiple check boxes

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910558381.8A CN110377203B (en) 2019-06-26 2019-06-26 Method and device for controlling multiple check boxes

Publications (2)

Publication Number Publication Date
CN110377203A CN110377203A (en) 2019-10-25
CN110377203B true CN110377203B (en) 2022-04-22

Family

ID=68249451

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910558381.8A Active CN110377203B (en) 2019-06-26 2019-06-26 Method and device for controlling multiple check boxes

Country Status (1)

Country Link
CN (1) CN110377203B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111079390B (en) * 2019-12-20 2023-03-14 五八有限公司 Method and device for determining selection state of check box list
CN113536049A (en) * 2021-06-29 2021-10-22 北京明略昭辉科技有限公司 Data interaction method, system, storage medium and electronic equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101639845A (en) * 2009-08-12 2010-02-03 东软集团股份有限公司 Tree-node displaying method and device
CN108304115A (en) * 2018-02-12 2018-07-20 广东欧珀移动通信有限公司 Terminal entry selection method, device and storage medium and terminal
EP3361366A1 (en) * 2017-02-14 2018-08-15 Siemens Aktiengesellschaft Method and apparatus for automatic change-over of check boxes
CN109582403A (en) * 2017-09-29 2019-04-05 北京国双科技有限公司 Interlocked display method and device between chart inner assembly
CN109885788A (en) * 2018-12-14 2019-06-14 平安万家医疗投资管理有限责任公司 The display methods and device and computer equipment of a kind of tandem type selection

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110113381A1 (en) * 2009-11-11 2011-05-12 International Business Machines Corporation Multiple check box subset selection

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101639845A (en) * 2009-08-12 2010-02-03 东软集团股份有限公司 Tree-node displaying method and device
EP3361366A1 (en) * 2017-02-14 2018-08-15 Siemens Aktiengesellschaft Method and apparatus for automatic change-over of check boxes
CN109582403A (en) * 2017-09-29 2019-04-05 北京国双科技有限公司 Interlocked display method and device between chart inner assembly
CN108304115A (en) * 2018-02-12 2018-07-20 广东欧珀移动通信有限公司 Terminal entry selection method, device and storage medium and terminal
CN109885788A (en) * 2018-12-14 2019-06-14 平安万家医疗投资管理有限责任公司 The display methods and device and computer equipment of a kind of tandem type selection

Also Published As

Publication number Publication date
CN110377203A (en) 2019-10-25

Similar Documents

Publication Publication Date Title
US11199969B2 (en) Storage system interface
CN110968322A (en) JSON data processing method and device and electronic system
US8635605B2 (en) Automated deployment implementation with a deployment topology model
US7870163B2 (en) Implementation of backward compatible XML schema evolution in a relational database system
CN110377203B (en) Method and device for controlling multiple check boxes
US8782554B2 (en) Context menu dependency on many objects of different type
US8196090B2 (en) Aggregation of constraints across profiles
US20230401241A1 (en) System for lightweight objects
US8271538B2 (en) Automated generation of modeling language profiles
CN110032474B (en) Method, system and related components for determining snapshot occupied capacity
CN108984178B (en) Communication method and device
US20090112566A1 (en) Automated generation of executable deployment code from a deployment activity model
CN105100117B (en) A kind of method and device for accessing composite services
JP2014504469A (en) Network element configuration management
US9009731B2 (en) Conversion of lightweight object to a heavyweight object
US20130268503A1 (en) Database navigation of changes at commit time
CN116204554A (en) Data processing method, system, electronic device and storage medium
CN112882705B (en) Expression computing method, device, equipment and medium based on interface update
CN108664487B (en) Method and system for writing and reading hash table data
US20140236781A1 (en) Systems and Methods for an In-Memory Budget Finder
US7676563B2 (en) Task-oriented management of server configuration settings
CN113067912A (en) Method, system and device for allocating resource addresses of PCI (peripheral component interconnect) equipment
KR101638424B1 (en) Method and system for managing ADD IN program and PDMS database
US10466992B2 (en) Image planner
US12034594B2 (en) Mechanized modify/add/create/delete for network configuration

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20191025

Assignee: Guiyang Longma Video Technology Co.,Ltd.

Assignor: GUIYANG LONGMASTER INFORMATION & TECHNOLOGY Co.,Ltd.

Contract record no.: X2023980033354

Denomination of invention: Method and device for controlling check boxes

Granted publication date: 20220422

License type: Common License

Record date: 20230308

EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20191025

Assignee: GUANGZHOU QISHENG INFORMATION TECHNOLOGY Co.,Ltd.

Assignor: GUIYANG LONGMASTER INFORMATION & TECHNOLOGY Co.,Ltd.

Contract record no.: X2023980034658

Denomination of invention: A method and device for controlling check boxes

Granted publication date: 20220422

License type: Common License

Record date: 20230411

EE01 Entry into force of recordation of patent licensing contract