You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a 'type' => 'checkbox' (and possibly other field types) I tested and 'value' => 'true' works (as a string), but (bool)true and (int/bool)1 do not check the box by default.
It'd be nice if any of these 3 (and their false counterparts) would get the job done too.
If not a good idea, please enlighten me.
tyvm
The text was updated successfully, but these errors were encountered:
For a
'type' => 'checkbox'
(and possibly other field types) I tested and'value' => 'true'
works (as a string), but (bool)true
and (int/bool)1
do not check the box by default.It'd be nice if any of these 3 (and their
false
counterparts) would get the job done too.If not a good idea, please enlighten me.
tyvm
The text was updated successfully, but these errors were encountered: