I am using Koolreport alongside with Laravel Framework. I wonder how to we set checked value of options on CheckBoxList, so by default when i go to that page, automatically the checkbox is checked ? My point of using CheckBoxList is for filtering purpose. I tried to use JQuery to set each of the CheckBoxList to checked, actually it works but got a problem. My report is being loaded from JS when the condition of CheckBox is not checked. Then I need to auto reload it one more time which is not efficient and very bad. From what i saw from koolreport docs, this feature is not state.