Radios
Takes a fieldset of radios to offer a multiple choice of target prop/param values.
- class
- Radios
- extends
- Handle
- tag
<radios-blam>
Props
| name | type | default | description |
|---|---|---|---|
| event | change | Do not supply an |
|
| from | string | A CSS selector representing all elements from which events will be listened to. If not set, the node array defaults to the element’s |
|
| to | string | A CSS selector representing all elements to affect in response to the event. If not set, the node array defaults to the element’s |
|
| for | string | blam | A space separated list of events the element should be “listening for”. Most HYPERBLAM elements emit a generic |
| prop | string | null | The property (which may be a method or map to an |
| bypass | boolean | false | Whether to stop responding to events as they happen. |
| chance | boolean | 1 | The probability that the |
Examples
Examples that use the Radios element: