You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2023. It is now read-only.
If you use NPM, `npm install d3plus-form`. Otherwise, download the [latest release](https://github.com/d3plus/d3plus-form/releases/latest). The released bundle supports AMD, CommonJS, and vanilla environments. Create a [custom bundle using Rollup](https://github.com/rollup/rollup) or your preferred bundler. You can also load directly from [d3plus.org](https://d3plus.org):
**Kind**: static method of <code>[Radio](#Radio)</code>
59
+
**Chainable**
60
+
<aname="Radio.checked"></a>
61
+
62
+
#### Radio.checked([*value*]) ↩︎
63
+
Defines the checked input.
64
+
65
+
**Kind**: static method of <code>[Radio](#Radio)</code>
66
+
**Chainable**
67
+
68
+
| Param | Type |
69
+
| --- | --- |
70
+
|[*value*]| <code>function</code> |
71
+
72
+
<aname="Radio.container"></a>
73
+
74
+
#### Radio.container([*selector*]) ↩︎
75
+
If *selector* is specified, sets the SVG container element to the specified d3 selector or DOM element and returns the current class instance. If *selector* is not specified, returns the current SVG container element, which is `undefined` by default.
76
+
77
+
**Kind**: static method of <code>[Radio](#Radio)</code>
0 commit comments