ColorlibHQ / AdminLTE

AdminLTE - Free admin dashboard template based on Bootstrap 5
https://adminlte.io
MIT License
44.06k stars 18.16k forks source link

checkbox doesnt work if there is no unique id or label for #5368

Open unluckychild opened 1 year ago

unluckychild commented 1 year ago

I clone these divs via javascript, but they need to have unique label for/id to work. Is there a way to remove ids and still work? I dont want to give cloned ones ids numbers via javascript

`

                                <label for="countable[]">Countable</label>
                            </div>`
KaranMeghe commented 1 year ago

if unique id is the issue then we can generate by using uuid package .