UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

7 lines 336 B
<fieldset style="width: 250px; margin-top:1em; margin-bottom: 1em; border: 1px solid lightgrey;"> Checkbox is in <strong>{{ state | json }}</strong> state </fieldset> <jqxCheckBox [theme]="'material'" [(ngModel)]='state' [width]='120' [height]='25' [checked]='true' [hasThreeStates]='true'> <span>CheckBox</span> </jqxCheckBox>