novafieldcheckboxes icon indicating copy to clipboard operation
novafieldcheckboxes copied to clipboard

Checkboxes checked by default

Open rapitkan opened this issue 6 years ago • 3 comments

In some use cases it would be nice to have the checkboxes to be checked by default. This feature request concerns the hard coded list which must be defined like this: [ key => value ]. Could it be expanded to have a 'checked/unchecked' flag? Like this: [key => value, checked => true] or [key => value, checked => false]

rapitkan avatar Jan 17 '19 08:01 rapitkan

Is there any updates on this feature ?

fouedmoussi avatar May 31 '19 14:05 fouedmoussi

Bumping this, has anyone found a way of setting all checkboxes by default?

notflip avatar Mar 19 '20 09:03 notflip

Just tell the model to have the value preset as a string of comma separated values.

ekandreas avatar Jul 04 '20 10:07 ekandreas