Is your product available (for sale) in market?>
- }
- choice1="Yes"
- choice2="No"
- handleFunction={(selectedValues: string) => {
- // setIsForSale;
- field.onChange(selectedValues);
- }}
- description={
- <>
- Only check this box if customers can access, use, or
- buy your product today.
- >
- }
- />
+
+ Is your product available (for sale) in market?>
+ }
+ choice1="Yes"
+ choice2="No"
+ handleFunction={(selectedValues: string) => {
+ // setIsForSale;
+ field.onChange(selectedValues);
+ }}
+ description={
+ <>
+ Only check this box if customers can access, use, or
+ buy your product today.
+ >
+ }
+ />
+