First time here? Check out the FAQ!
![]() | 1 | initial version | |
Hello cyiannoulis,
If you try to declare a bootstrap form, you could use listbox
in select mold, combine checkbox
and textbox
then apply the bootstrap css as below.
<!-- Bootstrap like Checkboxe -->
<div sclass="input-group">
<checkbox sclass="input-group-addon"/>
<textbox sclass="form-control"/>
</div>
<!-- Bootstrap like Selects -->
<listbox mold="select" sclass="form-control" width="200px">
<listitem label="1"/>
<listitem label="2"/>
<listitem label="3"/>
<listitem label="4"/>
<listitem label="5"/>
</listbox>
I hope this would be helpful.
![]() | 2 | No.2 Revision |
Hello cyiannoulis,
If you try to declare a bootstrap form, you could use listbox
in select mold, combine checkbox
and textbox
then apply the bootstrap css as below.
<!-- Bootstrap like Checkboxe -->
<div sclass="input-group">
<checkbox sclass="input-group-addon"/>
<textbox sclass="form-control"/>
</div>
<!-- Bootstrap like Selects -->
<listbox mold="select" sclass="form-control" width="200px">
sclass="form-control">
<listitem label="1"/>
<listitem label="2"/>
<listitem label="3"/>
<listitem label="4"/>
<listitem label="5"/>
</listbox>
I hope this would be helpful.
![]() | 3 | No.3 Revision |
Hello cyiannoulis,
If you try to declare a bootstrap form, you could use listbox
in select mold, combine checkbox
and textbox
then apply the bootstrap css as below.
<!-- Bootstrap like Checkboxe -->
<div sclass="input-group">
<checkbox sclass="input-group-addon"/>
<textbox sclass="form-control"/>
</div>
<!-- Bootstrap like Selects -->
<listbox mold="select" sclass="form-control">
<listitem label="1"/>
<listitem label="2"/>
<listitem label="3"/>
<listitem label="4"/>
<listitem label="5"/>
</listbox>
I hope this would be helpful.
![]() | 4 | No.4 Revision |
Hello cyiannoulis,
If you try to declare a bootstrap form, you could use listbox
in select mold, combine checkbox
and textbox
then apply the bootstrap css as below.
<!-- Bootstrap like Checkboxe Checkbox -->
<div sclass="input-group">
<checkbox sclass="input-group-addon"/>
<textbox sclass="form-control"/>
</div>
<!-- Bootstrap like Selects -->
<listbox mold="select" sclass="form-control">
<listitem label="1"/>
<listitem label="2"/>
<listitem label="3"/>
<listitem label="4"/>
<listitem label="5"/>
</listbox>
I hope this would be helpful.