`. In particular a `
` is a convenient way to break up a long list of radio buttons (with `"orientation": "vertical"`) into logical sections.
+
+
+
+```json
+[
+ {
+ "name": "sentiment",
+ "type": "checkbox",
+ "title": "Sentiment",
+ "options": [
+ {
+ "value": "positive",
+ "htmlLabel": "Positive"
+ },
+ {
+ "value": "neutral",
+ "htmlLabel": "Neutral or uncertain"
+ },
+ {
+ "value": "positive",
+ "htmlLabel": "Negative"
+ }
+ ]
+ }
+]
+```
+
+
+
### Selector input