Skip to content

Check

Docs & Examples

Source

Example

html
<div class="x-check">
    <input type="checkbox">
    Checkbox
</div>

<div class="x-check">
    <input type="radio" name="radio">
    Radio
</div>

Released under the MIT License.