Skip to content

Overriding checkbox options leads to invalid submit #1557

Answered by engram-design
mprofitlich asked this question in Q&A
Discussion options

You must be logged in to vote

Can't seem to replicate this, sorry. Can you confirm things are working with a simplified test?

{% do form.setFieldSettings('checkboxes', {
    options: [
        { label: 'Override 1', value: 'override1' },
        { label: 'Override 2', value: 'override2', isDefault: true },
        { label: 'Override 3', value: 'override3', isDefault: true },
    ],
}) %}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mprofitlich
Comment options

Answer selected by mprofitlich
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants