|
@@ -221,11 +221,11 @@ e.g. radio, horizontal.
|
|
|
|
|
|
```typescript
|
|
|
{
|
|
|
- optIn: { label: 'Opt in?, 'type: 'checkbutton' },
|
|
|
+ optIn: { label: 'Become a cheese maker?', type: 'checkbutton' },
|
|
|
optInConfirm: { label: 'Really?', type: 'radio', options: ['Yes', 'No', 'Maybe'] },
|
|
|
cheeseMakersContract: {
|
|
|
label: 'Contract details',
|
|
|
- meta: {
|
|
|
+ meta: {
|
|
|
type: { label: 'Contract type' },
|
|
|
startDate: { type: 'datepicker' }
|
|
|
cheeseMakersAddress: {
|