UNPKG

taffy-coustom-ui

Version:
7 lines 315 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 [(ngModel)]='state' [width]='120' [height]='25' [checked]='true' [hasThreeStates]='true'> <span>CheckBox</span> </jqxCheckBox>