jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
7 lines • 321 B
HTML
<fieldset style="width: 250px; margin-top:1em; margin-bottom: 1em; border: 1px solid lightgrey;">
Checkbox is in <strong>{{ state | json }}</strong> state
</fieldset>
<jqxCheckBox [(ngModel)]='state'
[width]='120' [height]='25' [checked]='true' [hasThreeStates]='true'>
<span>CheckBox</span>
</jqxCheckBox>