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
{{ message }}
This repository was archived by the owner on Aug 11, 2020. It is now read-only.
Using a checkbox works inside of a custom HTML block inside a secure block, but if you use the checked attribute inside the checkbox, it throws an error and blows up the page, not showing the entire secure block and any content inside it.
Warning: DOMDocument::loadXML(): Specification mandate value for attribute checked in Entity, line: 4 in /app/public/wp-content/plugins/secure-blocks-for-gutenberg/blocks/secure-block/php/class-secure-block.php on line 94
See gutenberg secure block usage with custom HTML below:
Hi there,
Using a checkbox works inside of a custom HTML block inside a secure block, but if you use the
checkedattribute inside the checkbox, it throws an error and blows up the page, not showing the entire secure block and any content inside it.Warning: DOMDocument::loadXML(): Specification mandate value for attribute checked in Entity, line: 4 in /app/public/wp-content/plugins/secure-blocks-for-gutenberg/blocks/secure-block/php/class-secure-block.php on line 94See gutenberg secure block usage with custom HTML below:

See error below:
