bower install StreamsGood/nodecg-vaadin-checkbox --save
Extends vaadin-checkbox
to add NodeCG replicant support.
replicant-name
: The identifier for the replicant.replicant-bundle
: Optional. Defaults to the active bundle.
<nodecg-vaadin-checkbox replicant-name="name" replicant-bundle="bundle"></nodecg-vaadin-checkbox>
For a full list of supported attributes, see the vaadin-checkbox
documentation.
Note: This does not specify styling for vaadin-elements, you will need to install and include either the vaadin-material-theme
or vaadin-valo-theme
yourself.
bower install vaadin/vaadin-material-theme --save
<link rel="import" href="bower_components/vaadin-material-theme/vaadin-checkbox.html">