Checkbox

Preview


Module & Import


js

import { Checkbox } from 'gadjet/dist/module/ui/checkbox/checkbox.js';

Usage


js <script defer>

import { Checkbox } from 'gadjet';

Checkbox.define('el-checkbox');
Checkbox.tagStyle({
    bgColor: '#ccc',
    activeColor: 'blue'
})

html

<el-checkbox>
    <input type="checkbox" checked>
</el-checkbox>

Sub Element


<input type="checkbox" checked>

Standard HTML input for checkbox.
gadjet
Getting Started Style Portion UI