Hi! I want to make Menu item "Settings", and checkbox on Settings page.
I made SettingsModel with string field for checkbox 'registration'.
How to change 'registration' field, when a checkbox is checked/unchecked?
How set my Settings page as i want?
Please help.
i saw example with:
protected function grid()
protected function detail($id)
protected function form()
But i think i dont need a grid/table, i need a simple checkbox, radio input, which change my SettingsModels fields.