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 example I have
'activityData' => new \luya\cms\injectors\ActiveQueryCheckboxInjector([
'query' => Activity::find()->where(['=', 'hidden', 0]),
'label' => 'title',
'type' => self::INJECTOR_VAR,
'varLabel' => 'Select Activity', // The Block form label
]),
And now it shows me all the data but unchecked ,can we have an option in case I want all the data checked by default ?
The text was updated successfully, but these errors were encountered:
For example I have
'activityData' => new \luya\cms\injectors\ActiveQueryCheckboxInjector([
'query' => Activity::find()->where(['=', 'hidden', 0]),
'label' => 'title',
'type' => self::INJECTOR_VAR,
'varLabel' => 'Select Activity', // The Block form label
]),
And now it shows me all the data but unchecked ,can we have an option in case I want all the data checked by default ?
The text was updated successfully, but these errors were encountered: