reactjs - Can checkbox label be positioned above instead left/right? -


in official docs stated checkbox component has prop labelposition accepts values right , left. wanted display label above actual checkbox element.

can done?

thanks!

type of labelposition enum(left, right) can pass left or right component. can try use css, jquery.


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -