Cannot change checkbox in Sidebar #1420
-
Bug Reportif i use a checkbox in a (left) sidebar, it´s shown with it´s initial state, but cannot clicked to change. i reduced the complete code to the smallest possible, but the behaviour is always the same Steps to reproduce
Expected resultchange the state of the checkbox Actual resultcheckbox stays in it's initial state Version2.8.4 (4. March 2020) I try different ways and reduce the whole code. Buttons/Icons/img with onclick in the left sidebar are working and the events are fired, but not for the checkbox (i remove the onchange above). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Initialize your checkboxes by |
Beta Was this translation helpful? Give feedback.
-
oh my God - i am so sorry to make (so stupid) noise :( |
Beta Was this translation helpful? Give feedback.
Initialize your checkboxes by
$('.ui.checkbox').checkbox()
See http://jsfiddle.net/7oqxjy26/