Advertisement
Karim_Gabr

Untitled

Sep 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. <div>
  2. <h5>تقنية المعلومات</h5>
  3. <div className="mr-4 initialism">
  4. <CustomInput onClick={this.toggleSubcategoryFilter1} checked={this.state.subcategoryCheckbox1} type="checkbox" id="customCheck1" label="لغة برمجة"/>
  5. <CustomInput onClick={this.toggleSubcategoryFilter2} checked={this.state.subcategoryCheckbox2} type="checkbox" id="customCheck2" label="أدوات تطوير"/>
  6. <CustomInput onClick={this.toggleSubcategoryFilter3} checked={this.state.subcategoryCheckbox3} type="checkbox" id="customCheck3" label="تصاميم"/>
  7. <CustomInput onClick={this.toggleSubcategoryFilter4} checked={this.state.subcategoryCheckbox4} type="checkbox" id="customCheck4" label="أمن المعلومات"/>
  8. <br/>
  9. </div>
  10. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement