mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
feat: widget checkbox
This commit is contained in:
parent
11b7eaac94
commit
4e73012033
1 changed files with 3 additions and 1 deletions
|
|
@ -244,7 +244,9 @@ limitations under the License.
|
|||
</div>
|
||||
|
||||
<div ng-if="paramSpec.widget === 'checkbox'">
|
||||
<input type="checkbox" value="option1" />
|
||||
<input type="checkbox"
|
||||
data-ng-model="config.parameter[config.chart.current][paramSpec.name]"
|
||||
data-ng-checked="config.parameter[config.chart.current][paramSpec.name]" />
|
||||
</div>
|
||||
|
||||
<div ng-if="paramSpec.widget === 'textarea'">
|
||||
|
|
|
|||
Loading…
Reference in a new issue