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.
2 parents f107e1b + 81bc4bc commit ac85a31Copy full SHA for ac85a31
README.md
@@ -100,7 +100,7 @@ It's also available for a reversed layout when you add both classes:
100
101
### Sidebar open on page load
102
103
-Show an open sidebar on page load by modifying the `<input>` to add the `checked` boolean attribute:
+Show an open sidebar on page load by modifying the `<input>` tag within the `sidebar.html` layout to add the `checked` boolean attribute:
104
105
```html
106
<input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox" checked>
0 commit comments