JAVA中代码:@Column(name= "is_bold")private Integer isBold;
加粗我想让checkbox选中给isBold传1 没选中给isBold传0input 要怎么写