UNPKG

oda-framework

Version:

It's an ES Progressive Framework based on the technology of Web Components and designed especially for creating custom UI/UX of any complexity for web and cross-platform PWA mobile applications.

6 lines 458 B
<script type="module" src="../../../oda.js"></script> <script type="module" src="./checkbox.js"></script> <oda-checkbox size="64" label="Чекбокс" state="unchecked"></oda-checkbox> <oda-checkbox size="64" label="Чекбокс" state="checked"></oda-checkbox> <oda-checkbox size="64" label="Чекбокс" three-states="true"></oda-checkbox> <oda-checkbox size="64" label="Чекбокс" three-states="true" state="indeterminate"></oda-checkbox>