JSFiddle - React, Tailwind, and code Playground

by halirgb

HTML

<div id="jstree">
                                                        <ul>
                                                            <li>
                                                                <input class="discount" type="text" />
                                                                <label for="Hugo Boss">
                                                                    <input type="checkbox" name="checkboxes" id="Hugo Boss" value="1">Hugo Boss</label>
                                                                <ul>
                                                                    <!-- 2nd level -->
                                                                    <li>
                                                                        <input class="discount" type="text" />
                                                                        <label for="Hugo Men">
                                                                            <input type="checkbox" name="checkboxes" id="Hugo Men" value="1">Hugo Men</label>
                                                                        <ul>
                                                                            <!-- 3rd level -->
                                                                            <li>
                                                                                <input class="discount" type="text" />
                                                                                <label for="Hugo">
                                                                                    <input type="checkbox" name="checkboxes" id="Hugo" value="1">Hugo</label>
                                                                                <ul class="data">
                                                                                    <!-- 3th content -->
                                                                                   ...

JavaScript

$(".checked-please").click();