Gets or sets a value that indicates if the hardware requirement has been checked.
            
            
            
            
            
            
            
            public bool Checked {get; set;}
             
        
            
            'Declaration
 
Public Property Checked As Boolean
             
        
            
            'Usage
 
Dim instance As CheckLabel
Dim value As Boolean
 
instance.Checked = value
 
value = instance.Checked
             
        
            
        
            
        
            
            public: __property bool get_Checked();
public: __property void set_Checked( 
   bool value
);
             
        
            
            public:
property bool Checked {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
true if the requirement has been checked; otherwise, it is false.