Skip to content

Commit

Permalink
Manual Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
atharvakale343 committed Jan 15, 2025
1 parent 42ebf87 commit e203873
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/shared/dummy_data/task_schema4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,15 @@ const taskSchema4: TaskSchema = {
},
},
},
{
key: 'sample_checkbox',
label: 'Sample Checkbox',
subtitle: 'This is a sample checkbox',
value: {
parameterType: 'boolean',
default: false,
},
},
],
};

Expand Down

0 comments on commit e203873

Please sign in to comment.