checkbox
This commit is contained in:
@@ -12,25 +12,33 @@
|
||||
</p>
|
||||
<div class="list-category">
|
||||
|
||||
<label class="style-checkbox mb-[10px]">
|
||||
Màn hình máy tính
|
||||
<input type="checkbox" name="new" checked>
|
||||
<span class="checkmark"></span>
|
||||
</label>
|
||||
<label class="style-checkbox mb-[10px]">
|
||||
Màn hình máy tính
|
||||
<input type="checkbox" name="new">
|
||||
<span class="checkmark"></span>
|
||||
</label>
|
||||
<label class="style-checkbox mb-[10px]">
|
||||
Màn hình máy tính
|
||||
<input type="checkbox" name="new">
|
||||
<span class="checkmark"></span>
|
||||
</label>
|
||||
<label class="style-checkbox mb-[10px]">
|
||||
Màn hình máy tính
|
||||
<input type="checkbox" name="new">
|
||||
<span class="checkmark"></span>
|
||||
</label>
|
||||
<div class="mb-[10px] flex items-center">
|
||||
<label class="style-checkbox">
|
||||
Màn hình máy tính
|
||||
<input type="checkbox" id="cate_1" onclick="AdminFunction.add_product_to_category(1)">
|
||||
<span class="checkmark"></span>
|
||||
</label>
|
||||
<div id="status_1" class="text-[13px] ml-[5px] flex items-center">
|
||||
</div>
|
||||
</div>
|
||||
<div class="mb-[10px] flex items-center">
|
||||
<label class="style-checkbox">
|
||||
Màn hình máy tính
|
||||
<input type="checkbox" id="cate_1" onclick="AdminFunction.add_product_to_category(2)">
|
||||
<span class="checkmark"></span>
|
||||
</label>
|
||||
<div id="status_2" class="text-[13px] ml-[5px] flex items-center">
|
||||
</div>
|
||||
</div>
|
||||
<div class="mb-[10px] flex items-center">
|
||||
<label class="style-checkbox">
|
||||
Màn hình máy tính
|
||||
<input type="checkbox" id="cate_1" onclick="AdminFunction.add_product_to_category(3)">
|
||||
<span class="checkmark"></span>
|
||||
</label>
|
||||
<div id="status_3" class="text-[13px] ml-[5px] flex items-center">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user