jQuery UI Checkboxradio 标签选项
Checkboxradio Widget label 选项用于使用 UI 显示元素的标签。如果未指定,则使用关联的
句法:
$( ".selector" ).checkboxradio({
label: "custom label"
});
方法:首先,添加项目所需的 jQuery UI 脚本。
例子:
HTML
GeeksforGeeks
Radio Button Example
Checkbox Example
输出: