Multiple check box in UI page

Royal1
Tera Contributor

my request is 50 check boxes in in catalog form , i am trying to arrange all in one UI page like below. but this code is not working. Please help how can i use UI pages in catalog form , how to 

code

<html>
<body>
 
<form action="">
<input type="checkbox" name="vehicle" value="Bike">I have a bike<br></br></input>
<input type="checkbox" name="vehicle" value="Car">I have a car </input>
</form>
 
</body>
</html>

 

5 REPLIES 5

Jeffrey Barton
Tera Contributor

This is my business requirement:  non-negotiable - It's driving me nuts but the business won't take the options like multi-select they won't take no for an answer. They want this:image001 (1).png