We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the use of the following items based on variables that we have in Python passed as parameter. Are they:
checklists
list
# item = ['one', 'two', 'five', 'nine'] # checked = ['two','five'] # call: list(var, checked, {class="hello-class"} optional) # result: <input type="checkbox" id="ck-one">one <input type="checkbox" checked="checked" id="ck-two">two <input type="checkbox" checked="checked" id="ck-five">five <input type="checkbox" id="ck-nine">nine
The text was updated successfully, but these errors were encountered:
Hey @marcosstefani, can I work on this?
Sorry, something went wrong.
Yes! @LachlanMarnham
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Implement the use of the following items based on variables that we have in Python passed as parameter. Are they:
checklists
based onlist
The text was updated successfully, but these errors were encountered: