-
-
Notifications
You must be signed in to change notification settings - Fork 174
Closed
Labels
Description
Switchinput never shows off value. I'm using standard activefield widget:
field($user->uxprefs, 'menu_collapsed')->widget(SwitchInput::classname()); ?>It always shows On on page load. If you switch off and save, the value gets saved to 0 in the database but switch is still rendered as On.