Creat a trait #5526
Unanswered
JuniorVezintana
asked this question in
Q&A
Creat a trait
#5526
Replies: 1 comment 2 replies
-
This is the default behavior of the trait checkbox type attributes: { open: true }, // e.g make it checked by default
traits: [
{
type: 'checkbox',
name: 'open',
},
] |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Any ideas on how to create a trait for the 'details' tag that applies open to the tag, so that it is open by default or closed if the checkbox is already unchecked?
Beta Was this translation helpful? Give feedback.
All reactions