Title "Material Inspection Results"
Box (0,0) (11,57) "Material Inspection Checklist"

// Input field for Material Number
InputField (2,2) "Material Number" (2,22) size="15" name="MaterialNumber"

// Checkboxes for inspection criteria
CheckBox (4,2) "@0L\QEnsure dimensions meet specifications@Dimensions OK" _ 
  name="DimensionsOK" default="X"

CheckBox (5,2) "@0L\QConfirm material quality standards@Quality OK" _  
  name="QualityOK" -intensified

CheckBox (6,2) "@0L\QValidate packaging meets requirements@Packaging OK" _ 
  name="PackagingOK"

CheckBox (7,2) "@0L\QCheck all safety data sheets are available@Safety Docs Complete" _ 
  name="SafetyDocs" default=" "

CheckBox (8,2) "@0L\QEnvironmentally compliant material@Environmentally Friendly" _ 
  name="EnvironmentFriendly" -readOnly

// PushButton to process the checklist
PushButton (10,2) "@11@Submit Checklist" process="process_checklist.txt"