## Introduction The Shapla checkbox component is an enhanced version of the standard HTML `` element ## Usages  1. The checkbox structure is very simple. To check the checkbox, just add the `is-checked` modifier on the `.shapla-checkbox` container. To add focus style, add `is-focused` modifier class. To add hover style, add `is-hovered` modifier class. To add disabled style, add `is-disabled` modifier class. ```html ```